diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-10-06 09:03:19 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-10-06 09:03:19 +0000 |
commit | 806d6ebf1d8485017501a88cd529d22c88659f30 (patch) | |
tree | bcde671bf6946765f722109f31d077b472b0599b | |
parent | bb51d5722a5b3e180f03d2c5194b20542714e093 (diff) |
INTEGRATION: CWS impresshydra (1.5.322); FILE MERGED
2006/08/28 13:08:43 cl 1.5.322.2: RESYNC: (1.5-1.6); FILE MERGED
2006/08/09 14:35:06 pl 1.5.322.1: #i67721# on the way to multiscreen support
-rw-r--r-- | vcl/unx/inc/plugins/kde/kdedata.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/vcl/unx/inc/plugins/kde/kdedata.hxx b/vcl/unx/inc/plugins/kde/kdedata.hxx index 429defe195e6..bd2368958c19 100644 --- a/vcl/unx/inc/plugins/kde/kdedata.hxx +++ b/vcl/unx/inc/plugins/kde/kdedata.hxx @@ -4,9 +4,9 @@ * * $RCSfile: kdedata.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: hr $ $Date: 2006-08-11 17:47:49 $ + * last change: $Author: kz $ $Date: 2006-10-06 10:03:19 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -54,7 +54,7 @@ public: class SalKDEDisplay : public SalX11Display { public: - SalKDEDisplay( Display* pDisp, Visual* pVisual = NULL, Colormap aColMap = None ); + SalKDEDisplay( Display* pDisp ); virtual ~SalKDEDisplay(); }; @@ -80,6 +80,7 @@ public: virtual SalGraphics* GetGraphics(); virtual void ReleaseGraphics( SalGraphics *pGraphics ); + virtual void updateGraphics(); virtual void UpdateSettings( AllSettings& rSettings ); virtual void Show( BOOL bVisible, BOOL bNoActivate ); }; |