Kaydet (Commit) bb5c5e43 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS transogl02 (1.8.44); FILE MERGED

2007/12/10 19:00:18 radekdoulik 1.8.44.1: add BOOL bShow parameter to SystemChildWindow constructor to allow creating
of unmapped window with possibility to show it (map it) later to avoid
flicker
üst 9f6b5a30
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: salobj.h,v $ * $RCSfile: salobj.h,v $
* *
* $Revision: 1.8 $ * $Revision: 1.9 $
* *
* last change: $Author: rt $ $Date: 2007-11-09 10:20:33 $ * last change: $Author: vg $ $Date: 2008-01-29 08:39:07 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -93,7 +93,7 @@ public: ...@@ -93,7 +93,7 @@ public:
BOOL mbVisible; BOOL mbVisible;
static VCL_DLLPUBLIC long Dispatch( XEvent* pEvent ); static VCL_DLLPUBLIC long Dispatch( XEvent* pEvent );
static VCL_DLLPUBLIC X11SalObject* CreateObject( SalFrame* pParent, SystemWindowData* pWindowData ); static VCL_DLLPUBLIC X11SalObject* CreateObject( SalFrame* pParent, SystemWindowData* pWindowData, BOOL bShow = TRUE );
X11SalObject(); X11SalObject();
virtual ~X11SalObject(); virtual ~X11SalObject();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment