projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c606d1
)
build fix for wxUSE_DISPLAY==0
author
Paul Cornett
<paulcor@bullseye.com>
Tue, 13 Nov 2007 02:21:59 +0000
(
02:21
+0000)
committer
Paul Cornett
<paulcor@bullseye.com>
Tue, 13 Nov 2007 02:21:59 +0000
(
02:21
+0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49886
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 687329efd25f97358a059c659d002a5bc66be59c..87ab205039b97a4b12bc0d86fb1171a2692b08f2 100644
(file)
--- a/
src/unix/displayx11.cpp
+++ b/
src/unix/displayx11.cpp
@@
-343,6
+343,7
@@
void wxClientDisplayRect(int *x, int *y, int *width, int *height)
#else // !wxUSE_LIBHILDON
+#include <X11/Xlib.h>
#include <X11/Xatom.h>
// TODO: make this a full-fledged class and move to a public header