diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-11-11 10:56:33 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-11-11 10:56:33 +0000 |
commit | 9d159b50f4944758c493b7a7ce085efbf7ed5be8 (patch) | |
tree | bde32e8108db9d80d4b9a3fca9b15fb11a9ee8dd | |
parent | 1e0ed622427d36cd76e7a547c85e345eb034dc4e (diff) |
INTEGRATION: CWS c06 (1.44.176); FILE MERGED
2005/08/22 16:43:23 pl 1.44.176.1: #i53629# add some additional hints for WM
-rw-r--r-- | vcl/unx/inc/salframe.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/vcl/unx/inc/salframe.h b/vcl/unx/inc/salframe.h index 0a0b5f2f9b7f..0074c18d3dd4 100644 --- a/vcl/unx/inc/salframe.h +++ b/vcl/unx/inc/salframe.h @@ -4,9 +4,9 @@ * * $RCSfile: salframe.h,v $ * - * $Revision: 1.47 $ + * $Revision: 1.48 $ * - * last change: $Author: kz $ $Date: 2005-11-01 10:36:47 $ + * last change: $Author: rt $ $Date: 2005-11-11 11:56:33 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -126,6 +126,7 @@ class VCL_DLLPUBLIC X11SalFrame : public SalFrame int nHeight_; // client height Rectangle maRestorePosSize; ULONG nStyle_; + SalExtStyle mnExtStyle; BOOL bAlwaysOnTop_; BOOL bViewable_; BOOL bMapped_; @@ -155,6 +156,7 @@ class VCL_DLLPUBLIC X11SalFrame : public SalFrame SalI18N_InputContext *mpInputContext; Bool mbInputFocus; + void GetPosSize( Rectangle &rPosSize ); void SetSize ( const Size &rSize ); void Center(); @@ -224,6 +226,7 @@ public: virtual void SetMenu( SalMenu* pMenu ); virtual void DrawMenuBar(); + virtual void SetExtendedFrameStyle( SalExtStyle nExtStyle ); virtual void Show( BOOL bVisible, BOOL bNoActivate = FALSE ); virtual void Enable( BOOL bEnable ); virtual void SetMinClientSize( long nWidth, long nHeight ); |