From: Peter Kümmel Date: Mon, 8 Oct 2007 19:36:15 +0000 (+0000) Subject: remove X11's namespace pollution X-Git-Tag: 1.6.10~7933 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=f63c57f0c253619d54ca64ee7a7c2de00347afc7;p=features.git remove X11's namespace pollution git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20854 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt4/GuiWorkArea.h b/src/frontends/qt4/GuiWorkArea.h index 1be94d80e3..b574127b7b 100644 --- a/src/frontends/qt4/GuiWorkArea.h +++ b/src/frontends/qt4/GuiWorkArea.h @@ -34,6 +34,10 @@ class QDropEvent; class QWheelEvent; class QPaintEvent; +#ifdef CursorShape +#undef CursorShape +#endif + namespace lyx { namespace frontend {