summaryrefslogtreecommitdiff
path: root/vcl/inc/vcl/syswin.hxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-03-27 01:20:01 +0200
committerTor Lillqvist <tml@iki.fi>2013-03-27 01:22:58 +0200
commit68fb0521999babdc24acbae3fc2ddd35fc7f4006 (patch)
treef483b44452402a5e0a0b598e86be843228caa407 /vcl/inc/vcl/syswin.hxx
parent57db240b8ba477bbbe19b3d0a04d64454b4884a3 (diff)
No need for two sets of names for the same frame/window state bits
Bin the SAL_FRAMESTATE_* defines which as the comment said had to be the same as the WINDOWSTATE_*] in syswin.hxx. Change-Id: I42fcd91db543821f007038e558872ba8f69e4a78
Diffstat (limited to 'vcl/inc/vcl/syswin.hxx')
-rw-r--r--vcl/inc/vcl/syswin.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/inc/vcl/syswin.hxx b/vcl/inc/vcl/syswin.hxx
index ee895477348a..1ec1f8876126 100644
--- a/vcl/inc/vcl/syswin.hxx
+++ b/vcl/inc/vcl/syswin.hxx
@@ -71,6 +71,7 @@ class TaskPaneList;
#define WINDOWSTATE_STATE_ROLLUP ((sal_uLong)0x00000008)
#define WINDOWSTATE_STATE_MAXIMIZED_HORZ ((sal_uLong)0x00000010)
#define WINDOWSTATE_STATE_MAXIMIZED_VERT ((sal_uLong)0x00000020)
+#define WINDOWSTATE_STATE_SYSTEMMASK ((sal_uLong)0x0000FFFF)
class VCL_PLUGIN_PUBLIC WindowStateData
{