summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-05-28 13:01:56 +0200
committerNoel Grandin <noel@peralex.com>2015-05-28 13:01:56 +0200
commitb406664c0c3f9c8a383e47c7eb045657cd3fdd83 (patch)
tree4cc0eec51a312d2a06caf548f2775203a46be2f3 /include
parentd5129a9dd68978f9eccdd4597b5b6834557c422a (diff)
GetFocusFlags::Cursor->GetFocusFlags::CURSOR
to avoid name-clash with X11 headers Change-Id: I727c523f6d9bd7d4db28fe7427e053903626be00
Diffstat (limited to 'include')
-rw-r--r--include/vcl/window.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx
index 9f9f73d0b4d1..0aa057d21828 100644
--- a/include/vcl/window.hxx
+++ b/include/vcl/window.hxx
@@ -362,7 +362,7 @@ enum class GetFocusFlags
{
NONE = 0x0000,
Tab = 0x0001,
- Cursor = 0x0002,
+ CURSOR = 0x0002, // avoid name-clash with X11 #define
Mnemonic = 0x0004,
F6 = 0x0008,
Forward = 0x0010,