diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-04-07 08:07:53 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-04-07 08:07:53 +0000 |
commit | c1d7736c2e2bb9263c11525266e519d77d748f7b (patch) | |
tree | 042314cd6518cbbc8093b393ac76b620500507a7 /vcl | |
parent | 184d4998da6130e26cb9e10ba6ebe5f6e42f4a21 (diff) |
#i87924# Add dummy for SetScreenNumber (pl).
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/aqua/inc/salframe.h | 5 | ||||
-rw-r--r-- | vcl/aqua/source/window/salframe.cxx | 10 |
2 files changed, 11 insertions, 4 deletions
diff --git a/vcl/aqua/inc/salframe.h b/vcl/aqua/inc/salframe.h index 286ca7c73252..074a126b0900 100644 --- a/vcl/aqua/inc/salframe.h +++ b/vcl/aqua/inc/salframe.h @@ -4,9 +4,9 @@ * * $RCSfile: salframe.h,v $ * - * $Revision: 1.22 $ + * $Revision: 1.23 $ * - * last change: $Author: kz $ $Date: 2008-03-05 16:54:51 $ + * last change: $Author: rt $ $Date: 2008-04-07 09:07:53 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -156,6 +156,7 @@ public: virtual bool SetPluginParent( SystemParentData* pNewParent ); virtual void SetExtendedFrameStyle( SalExtStyle ); virtual void SetBackgroundBitmap( SalBitmap* ); + virtual void SetScreenNumber(unsigned int); // shaped system windows // set clip region to none (-> rectangular windows, normal state) diff --git a/vcl/aqua/source/window/salframe.cxx b/vcl/aqua/source/window/salframe.cxx index ffaf5526ce46..a29fdfbdd81e 100644 --- a/vcl/aqua/source/window/salframe.cxx +++ b/vcl/aqua/source/window/salframe.cxx @@ -4,9 +4,9 @@ * * $RCSfile: salframe.cxx,v $ * - * $Revision: 1.58 $ + * $Revision: 1.59 $ * - * last change: $Author: kz $ $Date: 2008-04-04 10:59:30 $ + * last change: $Author: rt $ $Date: 2008-04-07 09:07:53 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -601,6 +601,12 @@ BOOL AquaSalFrame::GetWindowState( SalFrameState* pState ) // ----------------------------------------------------------------------- +void AquaSalFrame::SetScreenNumber(unsigned int) +{ +} + +// ----------------------------------------------------------------------- + void AquaSalFrame::ShowFullScreen( BOOL bFullScreen, sal_Int32 nDisplay ) { if( mbFullScreen == bFullScreen ) |