undef unwanted X11 macros

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21547 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2007-11-11 12:14:06 +00:00
parent 2480fa573c
commit 656724ffd0

View 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>