summaryrefslogtreecommitdiff
path: root/vcl/unx/inc
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-05-10 14:54:23 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-05-10 14:54:23 +0000
commitba589e329d1097b399c43a8ea67c443b401fdcff (patch)
treed3bc2148959d339db05ebcbe7ef7105d053f077d /vcl/unx/inc
parent3465fb17ca59e205dace2d1af2f6fe480b8177bf (diff)
INTEGRATION: CWS nwf (1.36.2); FILE MERGED
2004/03/01 13:33:59 pl 1.36.2.1: first step in SalDisplay cleanup
Diffstat (limited to 'vcl/unx/inc')
-rw-r--r--vcl/unx/inc/salframe.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/vcl/unx/inc/salframe.h b/vcl/unx/inc/salframe.h
index 735094b3aae0..af8f10c59117 100644
--- a/vcl/unx/inc/salframe.h
+++ b/vcl/unx/inc/salframe.h
@@ -2,9 +2,9 @@
*
* $RCSfile: salframe.h,v $
*
- * $Revision: 1.36 $
+ * $Revision: 1.37 $
*
- * last change: $Author: obo $ $Date: 2004-02-20 08:55:33 $
+ * last change: $Author: hr $ $Date: 2004-05-10 15:54:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -131,7 +131,6 @@ class X11SalFrame : public SalFrame
static X11SalFrame* s_pSaveYourselfFrame;
- X11SalFrame* mpNextFrame; // pointer to next frame
X11SalFrame* mpParent; // pointer to parent frame
// which should never obscur this frame
bool mbTransientForRoot;
@@ -241,7 +240,6 @@ public:
XLIB_Window GetStackingWindow() const { return mhStackingWindow; }
long ShutDown() const { return CallCallback( SALEVENT_SHUTDOWN, 0 ); }
long Close() const { return CallCallback( SALEVENT_CLOSE, 0 ); }
- X11SalFrame* GetNextFrame() const { return mpNextFrame; }
ULONG GetStyle() const { return nStyle_; }
inline XLIB_Cursor GetCursor() const { return hCursor_; }