summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk/window/gtkframe.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-10-01 13:46:45 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-10-01 13:46:45 +0000
commit6ee5dfa150d408179e20a5525ff7ec46649e0e58 (patch)
treef1282052e25df8f62e9d78a1408e68f5c4e063e6 /vcl/unx/gtk/window/gtkframe.cxx
parent46a63a2af38e694327c5308168f499a549fb724e (diff)
CWS-TOOLING: integrate CWS vcl94
Diffstat (limited to 'vcl/unx/gtk/window/gtkframe.cxx')
-rw-r--r--vcl/unx/gtk/window/gtkframe.cxx3
1 files changed, 2 insertions, 1 deletions
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;