summaryrefslogtreecommitdiff
path: root/vcl/inc/salwtype.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-05-09 16:40:12 +0200
committerNoel Grandin <noel@peralex.com>2016-05-10 08:42:17 +0200
commitc748debd8f1c6a8c0cd202013edebd74d608ada1 (patch)
treec23fa49f1d1041407711f64667a3f6eb9e9c289c /vcl/inc/salwtype.hxx
parent9c7222c11c331ecd1562e963e78ab85be75b8e49 (diff)
convert WINDOWSTATE_STATE to scoped enum
Change-Id: I5448c7e46042850f18970c7613ec5a37df57bce7
Diffstat (limited to 'vcl/inc/salwtype.hxx')
-rw-r--r--vcl/inc/salwtype.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/vcl/inc/salwtype.hxx b/vcl/inc/salwtype.hxx
index 2fffde7c1264..d9c473b32a43 100644
--- a/vcl/inc/salwtype.hxx
+++ b/vcl/inc/salwtype.hxx
@@ -32,6 +32,7 @@ namespace vcl { class Window; }
class FontSelectPattern;
enum class InputContextFlags;
enum class WindowStateMask;
+enum class WindowStateState;
#define SALEVENT_MOUSEMOVE ((sal_uInt16)1)
#define SALEVENT_MOUSELEAVE ((sal_uInt16)2)
@@ -234,7 +235,7 @@ struct SalFrameState
long mnMaximizedY;
long mnMaximizedWidth;
long mnMaximizedHeight;
- sal_uLong mnState;
+ WindowStateState mnState;
};
struct SalInputContext