From f63c57f0c253619d54ca64ee7a7c2de00347afc7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20K=C3=BCmmel?= Date: Mon, 8 Oct 2007 19:36:15 +0000 Subject: [PATCH] remove X11's namespace pollution git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20854 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/GuiWorkArea.h | 4 ++++ 1 file changed, 4 insertions(+) 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 { -- 2.39.2