diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-04-03 16:07:07 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-04-03 16:07:07 +0000 |
commit | 3a6984aabe7c8910122caba81d14ff4c92984abd (patch) | |
tree | bf5654ab037599ede10f21759e934d2515c5773e /vcl | |
parent | 3cb90222e89c21f8cf6d851df26b3b5239d4efdc (diff) |
INTEGRATION: CWS vcl87 (1.43.16); FILE MERGED
2008/03/12 09:39:09 pl 1.43.16.2: RESYNC: (1.43-1.44); FILE MERGED
2008/03/07 17:19:55 pl 1.43.16.1: #i76650# RandR support for screen size changes
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/unx/inc/saldisp.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/vcl/unx/inc/saldisp.hxx b/vcl/unx/inc/saldisp.hxx index 01f15fb8f77d..378e129203a2 100644 --- a/vcl/unx/inc/saldisp.hxx +++ b/vcl/unx/inc/saldisp.hxx @@ -4,9 +4,9 @@ * * $RCSfile: saldisp.hxx,v $ * - * $Revision: 1.44 $ + * $Revision: 1.45 $ * - * last change: $Author: obo $ $Date: 2008-02-27 10:32:35 $ + * last change: $Author: kz $ $Date: 2008-04-03 17:07:07 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -418,6 +418,9 @@ protected: void DestroyFontCache(); virtual long Dispatch( XEvent *pEvent ) = 0; void InitXinerama(); + void InitRandR( XLIB_Window aRoot ) const; + void DeInitRandR(); + int processRandREvent( XEvent* ); void doDestruct(); public: |