]> git.saurik.com Git - wxWidgets.git/blobdiff - src/cocoa/utils.cpp
renamed Render's argument to not obfuscate its meaning
[wxWidgets.git] / src / cocoa / utils.cpp
index 31a52158e37bc6686ad39b8408c124cdfde1ce3c..0f59261522b276b79144b6243d0bac39d655aa50 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>
 
@@ -21,7 +22,6 @@
 #include <string.h>
 #include <stdarg.h>
 
-// Get size of display
 void wxDisplaySize(int *width, int *height)
 {
     // TODO