INTEGRATION: CWS presenterview (1.17.106); FILE MERGED
2008/03/26 10:51:01 cl 1.17.106.4: RESYNC: (1.19-1.20); FILE MERGED 2007/09/11 16:32:57 af 1.17.106.3: RESYNC: (1.18-1.19); FILE MERGED 2007/07/11 10:30:54 af 1.17.106.2: RESYNC: (1.17-1.18); FILE MERGED 2007/03/02 11:59:57 pl 1.17.106.1: #i74774# Get/SetScreenNumber functionality
This commit is contained in:
parent
f44e48b2ce
commit
b13e331c52
1 changed files with 4 additions and 2 deletions
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: salframe.h,v $
|
||||
*
|
||||
* $Revision: 1.20 $
|
||||
* $Revision: 1.21 $
|
||||
*
|
||||
* last change: $Author: kz $ $Date: 2008-03-05 17:13:07 $
|
||||
* last change: $Author: kz $ $Date: 2008-04-03 15:52:15 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -107,6 +107,7 @@ public:
|
|||
BOOL mbFirstClipRect;
|
||||
sal_Int32 mnDisplay; // Display used for Fullscreen, 0 is primary monitor
|
||||
|
||||
void updateScreenNumber();
|
||||
public:
|
||||
WinSalFrame();
|
||||
virtual ~WinSalFrame();
|
||||
|
@ -153,6 +154,7 @@ public:
|
|||
virtual void SetParent( SalFrame* pNewParent );
|
||||
virtual bool SetPluginParent( SystemParentData* pNewParent );
|
||||
virtual void SetBackgroundBitmap( SalBitmap* );
|
||||
virtual void SetScreenNumber( unsigned int );
|
||||
virtual void ResetClipRegion();
|
||||
virtual void BeginSetClipRegion( ULONG nRects );
|
||||
virtual void UnionClipRegion( long nX, long nY, long nWidth, long nHeight );
|
||||
|
|
Loading…
Reference in a new issue