diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-05-30 09:00:49 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-05-30 09:00:49 +0000 |
commit | 6122ed52b32010bca1c3d8a388b04a1940561bfc (patch) | |
tree | 0a92e36d29701c49043afd49da404655d6b5f154 /vcl | |
parent | 6828a227a1301dda91984154dc3c9a9bb50f0159 (diff) |
INTEGRATION: CWS aquabmpfix01 (1.14.166); FILE MERGED
2008/05/09 11:08:16 hdu 1.14.166.2: RESYNC: (1.14-1.15); FILE MERGED
2008/04/25 15:42:05 hdu 1.14.166.1: #i87689# refactor AquaSalGraphic to avoid excessive Quartz bitmap operations
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/aqua/inc/salvd.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/vcl/aqua/inc/salvd.h b/vcl/aqua/inc/salvd.h index 74db6b522d56..9bc26b0bd746 100644 --- a/vcl/aqua/inc/salvd.h +++ b/vcl/aqua/inc/salvd.h @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: salvd.h,v $ - * $Revision: 1.15 $ + * $Revision: 1.16 $ * * This file is part of OpenOffice.org. * @@ -75,7 +75,9 @@ class AquaSalVirtualDevice : public SalVirtualDevice private: bool mbGraphicsUsed; // is Graphics used bool mbForeignContext; // is mxContext from outside VCL - CGContextRef mxContext; // native graphics context + CGContextRef mxBitmapContext; + int mnBitmapDepth; + CGLayerRef mxLayer; // Quartz layer AquaSalGraphics* mpGraphics; // current VirDev graphics void Destroy(); |