diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2008-07-30 12:14:49 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2008-07-30 12:14:49 +0000 |
commit | 3c0960ee87c29652dd99202f77c73939e16a7bf5 (patch) | |
tree | 48bab91bad9579b7f447b8b12f668f037ac6f9ca | |
parent | 9b2fc28fc430106ecea3edc8ea75632d2c87315d (diff) |
INTEGRATION: CWS vcl91 (1.83.2); FILE MERGED
2008/07/11 17:07:48 thb 1.83.2.1: #i91496# Correctly setup struct size for SystemChildData
-rw-r--r-- | vcl/unx/gtk/window/gtkframe.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vcl/unx/gtk/window/gtkframe.cxx b/vcl/unx/gtk/window/gtkframe.cxx index fe4810ab6207..00e5f6215cd7 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.83 $ + * $Revision: 1.84 $ * * This file is part of OpenOffice.org. * @@ -582,6 +582,7 @@ void GtkSalFrame::InitCommon() //system data SalDisplay* pDisp = GetX11SalData()->GetDisplay(); + m_aSystemData.nSize = sizeof( SystemChildData ); m_aSystemData.pDisplay = pDisp->GetDisplay(); m_aSystemData.aWindow = GDK_WINDOW_XWINDOW(m_pWindow->window); m_aSystemData.pSalFrame = this; |