diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-04-03 14:47:24 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-04-03 14:47:24 +0000 |
commit | f7be39169fef0823e04f556cc9c9fdcda34d8685 (patch) | |
tree | b0dce614b2bf67ad2de0c77d7cbd93631585166d /vcl | |
parent | 605319a871a0ec9df954ee43ccda4e25eb09cb14 (diff) |
INTEGRATION: CWS presenterview (1.2.24); FILE MERGED
2007/10/12 13:25:56 pl 1.2.24.1: #i82554# add WB_SYSTEMCHILDWINDOW
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/vcl/salgeom.hxx | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/vcl/inc/vcl/salgeom.hxx b/vcl/inc/vcl/salgeom.hxx index 66e19e0191df..71cbd65adc12 100644 --- a/vcl/inc/vcl/salgeom.hxx +++ b/vcl/inc/vcl/salgeom.hxx @@ -4,9 +4,9 @@ * * $RCSfile: salgeom.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: vg $ $Date: 2007-04-11 18:06:34 $ + * last change: $Author: kz $ $Date: 2008-04-03 15:47:24 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -46,6 +46,14 @@ typedef struct _SalFrameGeometry { nTopDecoration, nRightDecoration, nBottomDecoration; + unsigned int nScreenNumber; + + _SalFrameGeometry() : + nX( 0 ), nY( 0 ), nWidth( 1 ), nHeight( 1 ), + nLeftDecoration( 0 ), nTopDecoration( 0 ), + nRightDecoration( 0 ), nBottomDecoration( 0 ), + nScreenNumber( 0 ) + {} } SalFrameGeometry; #endif // _SV_SALGEOM_HXX |