summaryrefslogtreecommitdiff
path: root/vcl/win
diff options
context:
space:
mode:
authorth <th@openoffice.org>2000-11-24 17:53:58 +0000
committerth <th@openoffice.org>2000-11-24 17:53:58 +0000
commit5619414098551245ce8f80e37843677be0a81123 (patch)
treef7e15a6626ed902a3a3c95b7c3344f77502d658d /vcl/win
parent1752391f2ca0377a12338c417f039f73b08c421e (diff)
#80271# - MinWidth/Height
Diffstat (limited to 'vcl/win')
-rw-r--r--vcl/win/inc/salframe.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/vcl/win/inc/salframe.h b/vcl/win/inc/salframe.h
index 4bbd72d8a071..6c816b01ed32 100644
--- a/vcl/win/inc/salframe.h
+++ b/vcl/win/inc/salframe.h
@@ -2,9 +2,9 @@
*
* $RCSfile: salframe.h,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: th $ $Date: 2000-11-03 14:15:39 $
+ * last change: $Author: th $ $Date: 2000-11-24 18:53:58 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -89,11 +89,13 @@ public:
int mnShowState; // show state
long mnWidth; // client width in pixeln
long mnHeight; // client height in pixeln
+ int mnMinWidth; // min. client width in pixeln
+ int mnMinHeight; // min. client height in pixeln
RECT maFullScreenRect; // fullscreen rect
int mnFullScreenShowState; // fullscreen restore show state
UINT mnInputLang; // current Input Language
UINT mnInputCodePage; // current Input CodePage
- USHORT mnStyle; // style
+ ULONG mnStyle; // style
BOOL mbGraphics; // is Graphics used
BOOL mbCaption; // has window a caption
BOOL mbBorder; // has window a border