]> git.lyx.org Git - lyx.git/commitdiff
undef unwanted X11 macros
authorAndré Pönitz <poenitz@gmx.net>
Sun, 11 Nov 2007 12:14:06 +0000 (12:14 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Sun, 11 Nov 2007 12:14:06 +0000 (12:14 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21547 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiApplication.cpp

index cc67ead081faa96fac57e7f78b0efc94db9bd64a..5404d6d453376e920d90b1cadca008ce073e27ad 100644 (file)
@@ -54,6 +54,8 @@
 #ifdef Q_WS_X11
 #include <X11/Xatom.h>
 #include <X11/Xlib.h>
+#undef CursorShape
+#undef None
 #endif
 
 #include <boost/bind.hpp>