From 84eb28d2145545907f96b4d53e5671e4ba0bc894 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Wed, 29 Mar 2006 10:27:28 +0000 Subject: INTEGRATION: CWS vcl54 (1.5.156); FILE MERGED 2006/02/23 18:17:21 pl 1.5.156.2: join cairocanvas 2006/02/23 17:25:05 thb 1.5.156.1: #i59315# Now reading the actual size of a SystemGraphicsData-generated VDev from the VDev itself (it was always (1,1) before, which led to clipped output) --- vcl/unx/inc/salvd.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'vcl/unx/inc/salvd.h') diff --git a/vcl/unx/inc/salvd.h b/vcl/unx/inc/salvd.h index 718201dbb885..e7673ace430b 100644 --- a/vcl/unx/inc/salvd.h +++ b/vcl/unx/inc/salvd.h @@ -4,9 +4,9 @@ * * $RCSfile: salvd.h,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: kz $ $Date: 2006-02-28 10:46:45 $ + * last change: $Author: obo $ $Date: 2006-03-29 11:27:28 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -87,6 +87,7 @@ public: // Set new size, without saving the old contents virtual BOOL SetSize( long nNewDX, long nNewDY ); + virtual void GetSize( long& rWidth, long& rHeight ); }; #ifdef _SV_SALDISP_HXX -- cgit