diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-10-06 09:03:07 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-10-06 09:03:07 +0000 |
commit | bb51d5722a5b3e180f03d2c5194b20542714e093 (patch) | |
tree | dcfd1f78de633b9270c8c892af78e7ab1087a8be /vcl/unx/inc | |
parent | 5d04173946c8d537d5ec48c00c8a15f1b371b97e (diff) |
INTEGRATION: CWS impresshydra (1.9.48); FILE MERGED
2006/08/11 15:07:48 pl 1.9.48.1: #i67721# finalize xinerama case
Diffstat (limited to 'vcl/unx/inc')
-rw-r--r-- | vcl/unx/inc/plugins/gtk/gtkgdi.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/vcl/unx/inc/plugins/gtk/gtkgdi.hxx b/vcl/unx/inc/plugins/gtk/gtkgdi.hxx index 1415fac9c564..58f9342424b1 100644 --- a/vcl/unx/inc/plugins/gtk/gtkgdi.hxx +++ b/vcl/unx/inc/plugins/gtk/gtkgdi.hxx @@ -4,9 +4,9 @@ * * $RCSfile: gtkgdi.hxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: hr $ $Date: 2006-06-19 19:47:44 $ + * last change: $Author: kz $ $Date: 2006-10-06 10:03:07 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -62,6 +62,7 @@ public: inline GtkWidget* GetGtkWidget() const { return m_pWindow; } inline GdkWindow* GetGdkWindow() const { return m_pWindow->window; } inline GtkSalFrame* GetGtkFrame() const { return static_cast<GtkSalFrame*>(m_pFrame); } + void SetWindow( GtkWidget* window ) { m_pWindow = window; } // will be set when UI theme was changed |