]> git.lyx.org Git - features.git/commitdiff
remove X11's namespace pollution
authorPeter Kümmel <syntheticpp@gmx.net>
Mon, 8 Oct 2007 19:36:15 +0000 (19:36 +0000)
committerPeter Kümmel <syntheticpp@gmx.net>
Mon, 8 Oct 2007 19:36:15 +0000 (19:36 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20854 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiWorkArea.h

index 1be94d80e339dbc379ab78ac012b61d68eb68eaa..b574127b7b0ab93463de28e2062f9d2246b20b05 100644 (file)
@@ -34,6 +34,10 @@ class QDropEvent;
 class QWheelEvent;
 class QPaintEvent;
 
+#ifdef CursorShape
+#undef CursorShape
+#endif
+
 namespace lyx {
 namespace frontend {