]> git.saurik.com Git - wxWidgets.git/blobdiff - src/cocoa/utils.cpp
Cleaning of sources (Univ related files). -1/TRUE/FALSE/wxIDY_ANY/wxDefaultCoord...
[wxWidgets.git] / src / cocoa / utils.cpp
index 320091fbb0daed46595a37b69e9effc59d8674c9..ef9413bec6193c4d3d61bf0e869736d630df8952 100644 (file)
@@ -13,6 +13,7 @@
 #include "wx/utils.h"
 #include "wx/app.h"
 #include "wx/apptrait.h"
+#include "wx/display.h"
 
 #include <ctype.h>
 
 #include <stdarg.h>
 
 // Get size of display
+size_t wxDisplayBase::GetCount()
+{
+    return 1;
+}
+
 void wxDisplaySize(int *width, int *height)
 {
     // TODO
@@ -84,7 +90,7 @@ void wxBell()
 }
 
 #if 0
-// DFE: These aren't even implemented by wxGTK, and no wxWindows code calls
+// DFE: These aren't even implemented by wxGTK, and no wxWidgets code calls
 // them.  If someone needs them, then they'll get a link error
 
 // Consume all events until no more left