projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
added GetIfActive() method returning non-NULL engine only if themes are not only...
[wxWidgets.git]
/
src
/
cocoa
/
utils.cpp
diff --git
a/src/cocoa/utils.cpp
b/src/cocoa/utils.cpp
index 822cced0231579c2103890fdaf37ec1076a2c8b6..0f59261522b276b79144b6243d0bac39d655aa50 100644
(file)
--- a/
src/cocoa/utils.cpp
+++ b/
src/cocoa/utils.cpp
@@
-13,6
+13,7
@@
#include "wx/utils.h"
#include "wx/app.h"
#include "wx/apptrait.h"
#include "wx/utils.h"
#include "wx/app.h"
#include "wx/apptrait.h"
+#include "wx/display.h"
#include <ctype.h>
#include <ctype.h>
@@
-21,7
+22,6
@@
#include <string.h>
#include <stdarg.h>
#include <string.h>
#include <stdarg.h>
-// Get size of display
void wxDisplaySize(int *width, int *height)
{
// TODO
void wxDisplaySize(int *width, int *height)
{
// TODO