From 6ee5dfa150d408179e20a5525ff7ec46649e0e58 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Wed, 1 Oct 2008 13:46:45 +0000 Subject: CWS-TOOLING: integrate CWS vcl94 --- vcl/unx/gtk/window/gtkframe.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'vcl/unx/gtk/window/gtkframe.cxx') diff --git a/vcl/unx/gtk/window/gtkframe.cxx b/vcl/unx/gtk/window/gtkframe.cxx index 00e5f6215cd7..c00d14a4a587 100644 --- a/vcl/unx/gtk/window/gtkframe.cxx +++ b/vcl/unx/gtk/window/gtkframe.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: gtkframe.cxx,v $ - * $Revision: 1.84 $ + * $Revision: 1.84.36.1 $ * * This file is part of OpenOffice.org. * @@ -1624,6 +1624,7 @@ void GtkSalFrame::moveToScreen( int nScreen ) GtkSalDisplay* pDisp = getDisplay(); m_aSystemData.aWindow = GDK_WINDOW_XWINDOW(m_pWindow->window); m_aSystemData.pVisual = pDisp->GetVisual( m_nScreen ).GetVisual(); + m_aSystemData.nScreen = nScreen; m_aSystemData.nDepth = pDisp->GetVisual( m_nScreen ).GetDepth(); m_aSystemData.aColormap = pDisp->GetColormap( m_nScreen ).GetXColormap(); m_aSystemData.pAppContext = NULL; -- cgit v1.2.3