]> git.saurik.com Git - wxWidgets.git/blobdiff - src/cocoa/utils.cpp
Added wxToggleButton handler
[wxWidgets.git] / src / cocoa / utils.cpp
index 31a52158e37bc6686ad39b8408c124cdfde1ce3c..ef9413bec6193c4d3d61bf0e869736d630df8952 100644 (file)
@@ -6,13 +6,14 @@
 // Created:     2003/??/??
 // RCS-ID:      $Id:
 // Copyright:   (c) AUTHOR
-// Licence:    wxWidgets licence
+// Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #include "wx/setup.h"
 #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