summaryrefslogtreecommitdiff
path: root/vcl/aqua
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2002-08-27 10:39:22 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2002-08-27 10:39:22 +0000
commitf548e353d929586157afd4f9c27eb850c2580267 (patch)
tree711dee7657d0537953e183e8a22f92664f7d4cd7 /vcl/aqua
parent8aaa0e2150296f6c21ad49ee29bc53db9c927027 (diff)
#101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.13-1.13.22.1) -> HEAD
Diffstat (limited to 'vcl/aqua')
-rw-r--r--vcl/aqua/source/gdi/salvd.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/aqua/source/gdi/salvd.cxx b/vcl/aqua/source/gdi/salvd.cxx
index 2720d9aadf36..02cc1a26b840 100644
--- a/vcl/aqua/source/gdi/salvd.cxx
+++ b/vcl/aqua/source/gdi/salvd.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: salvd.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: bmahbod $ $Date: 2001-03-12 23:15:32 $
+ * last change: $Author: hr $ $Date: 2002-08-27 11:39:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -86,7 +86,7 @@ static BOOL InitVirtualDeviceGWorld ( SalVirDevDataPtr rSalVirDevData )
GWorldPtr pGWorld = NULL;
CTabHandle hCTable = NULL;
GDHandle hGDevice = NULL;
- GWorldFlags nFlags = noNewDevice;
+ GWorldFlags nFlags = 0; // [ed] 12/1/01 Allow offscreen gworlds
OSStatus nOSStatus = noErr;
// Set the dimensions of the GWorldPtr