diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-05-10 14:53:24 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-05-10 14:53:24 +0000 |
commit | 59299b9822307e1e282caf5dad616e4d2ff3be82 (patch) | |
tree | 4bce415bfa6445f166c76aa61d5199d014608aa2 /vcl/unx | |
parent | f9e30cff5bb9d1d38652fbcc16c874d2bdb1ead3 (diff) |
INTEGRATION: CWS nwf (1.2.2); FILE MERGED
2004/03/01 13:33:56 pl 1.2.2.1: first step in SalDisplay cleanup
Diffstat (limited to 'vcl/unx')
-rw-r--r-- | vcl/unx/gtk/window/gtkobject.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/unx/gtk/window/gtkobject.cxx b/vcl/unx/gtk/window/gtkobject.cxx index 4338ee8762f9..e2e703e128c2 100644 --- a/vcl/unx/gtk/window/gtkobject.cxx +++ b/vcl/unx/gtk/window/gtkobject.cxx @@ -2,9 +2,9 @@ * * $RCSfile: gtkobject.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: obo $ $Date: 2004-02-20 08:54:15 $ + * last change: $Author: hr $ $Date: 2004-05-10 15:53:24 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -85,7 +85,7 @@ GtkSalObject::GtkSalObject( GtkSalFrame* pParent ) gtk_widget_set_app_paintable( m_pSocket, TRUE ); //system data - SalDisplay* pDisp = GetSalData()->GetDefDisp(); + SalDisplay* pDisp = GetSalData()->GetDisplay(); m_aSystemData.pDisplay = pDisp->GetDisplay(); m_aSystemData.aWindow = GDK_WINDOW_XWINDOW(m_pSocket->window); m_aSystemData.pSalFrame = NULL; |