projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62f9888
)
non-pch build fix for wxUSE_DISPLAY==0
author
Paul Cornett
<paulcor@bullseye.com>
Thu, 22 Nov 2007 02:52:10 +0000
(
02:52
+0000)
committer
Paul Cornett
<paulcor@bullseye.com>
Thu, 22 Nov 2007 02:52:10 +0000
(
02:52
+0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50143
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
src/unix/displayx11.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/unix/displayx11.cpp
b/src/unix/displayx11.cpp
index 87ab205039b97a4b12bc0d86fb1171a2692b08f2..e74d3121634b17e62aeca34fb944ad5f8a28a686 100644
(file)
--- a/
src/unix/displayx11.cpp
+++ b/
src/unix/displayx11.cpp
@@
-343,6
+343,8
@@
void wxClientDisplayRect(int *x, int *y, int *width, int *height)
#else // !wxUSE_LIBHILDON
+#include "wx/log.h"
+
#include <X11/Xlib.h>
#include <X11/Xatom.h>