diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-02 17:24:44 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-02 17:24:44 +0000 |
commit | 7ca80d8391006518ab2c08d168e9e9deabae6722 (patch) | |
tree | f941682ce5472781fa27e8ba890c821f4d7a3be0 /vcl | |
parent | f303f70a2b701ab29fb4af992672a37e3c55032c (diff) |
INTEGRATION: CWS geordi2q14 (1.34.26); FILE MERGED
2004/01/28 16:38:17 hr 1.34.26.1: #111934#: merge CWS vcl7pp1r3
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/unx/inc/salframe.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/vcl/unx/inc/salframe.h b/vcl/unx/inc/salframe.h index e61a61204feb..6cc8b9b7f160 100644 --- a/vcl/unx/inc/salframe.h +++ b/vcl/unx/inc/salframe.h @@ -2,9 +2,9 @@ * * $RCSfile: salframe.h,v $ * - * $Revision: 1.34 $ + * $Revision: 1.35 $ * - * last change: $Author: vg $ $Date: 2004-01-06 14:24:37 $ + * last change: $Author: hr $ $Date: 2004-02-02 18:24:44 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -177,6 +177,7 @@ class X11SalFrame : public SalFrame bool mbMoved; bool mbSized; Rectangle maPaintRegion; + bool mbWasGraphicsPaint; Timer maAlwaysOnTopRaiseTimer; @@ -302,6 +303,7 @@ public: virtual ULONG GetCurrentModButtons(); virtual void SetParent( SalFrame* pNewParent ); virtual bool SetPluginParent( SystemParentData* pNewParent ); + virtual void YieldGraphicsExpose(); }; #ifdef _SV_SALDISP_HXX |