INTEGRATION: CWS os2port01 (1.241.4.1.10); FILE MERGED
2007/09/05 12:26:14 obr 1.241.4.1.10.3: RESYNC: (1.260-1.263); FILE MERGED 2007/08/13 13:13:28 obr 1.241.4.1.10.2: RESYNC: (1.241.4.1-1.260); FILE MERGED 2006/11/29 14:34:22 ydario 1.241.4.1.10.1: Initial OS/2 import.
This commit is contained in:
parent
c6afedc59e
commit
166fe9f000
1 changed files with 6 additions and 2 deletions
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: window.cxx,v $
|
||||
*
|
||||
* $Revision: 1.263 $
|
||||
* $Revision: 1.264 $
|
||||
*
|
||||
* last change: $Author: hr $ $Date: 2007-08-03 14:09:04 $
|
||||
* last change: $Author: vg $ $Date: 2007-09-20 16:25:02 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -9468,6 +9468,10 @@ Reference< rendering::XCanvas > Window::ImplGetCanvas( const Size& rFullscreenSi
|
|||
// take HWND for Windows
|
||||
if( pSysData )
|
||||
aArg[ 1 ] = makeAny( reinterpret_cast<sal_Int32>(pSysData->hWnd) );
|
||||
#elif defined( OS2 )
|
||||
// take HWND for OS/2
|
||||
if( pSysData )
|
||||
aArg[ 1 ] = makeAny( static_cast<sal_Int32>(pSysData->hWnd) );
|
||||
#elif defined( QUARTZ )
|
||||
// take WindowRef for Mac OS X / Quartz
|
||||
if( pSysData )
|
||||
|
|
Loading…
Reference in a new issue