diff options
author | Babak Mahbod <bmahbod@openoffice.org> | 2001-01-24 02:36:57 +0000 |
---|---|---|
committer | Babak Mahbod <bmahbod@openoffice.org> | 2001-01-24 02:36:57 +0000 |
commit | bf96d0d6b1a7a635c2fe1c3d9f4cd661e4e72dae (patch) | |
tree | 5e91c9cdf10afcbf202afd943c895074d9356d00 /vcl/aqua | |
parent | 49178fd5d8a1718385ee060fefbb46a765502e05 (diff) |
New constant definitions.
Diffstat (limited to 'vcl/aqua')
-rw-r--r-- | vcl/aqua/inc/salgdi.h | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/vcl/aqua/inc/salgdi.h b/vcl/aqua/inc/salgdi.h index 75359ca09606..3e3a721f591b 100644 --- a/vcl/aqua/inc/salgdi.h +++ b/vcl/aqua/inc/salgdi.h @@ -2,9 +2,9 @@ * * $RCSfile: salgdi.h,v $ * - * $Revision: 1.20 $ + * $Revision: 1.21 $ * - * last change: $Author: bmahbod $ $Date: 2001-01-23 05:04:59 $ + * last change: $Author: bmahbod $ $Date: 2001-01-24 03:36:57 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -80,14 +80,18 @@ const unsigned short kByteMask = 0xFF; -const unsigned short kOneByte = 8; +const unsigned short kOneByte = 8; const unsigned short kTwoBytes = 16; -const unsigned short kFiveBits = 5; +const unsigned short kFiveBits = 5; const unsigned short kTenBits = 10; const unsigned short kElevenBits = 11; -const unsigned short k32BitScreenDepth = 32; +const unsigned short kBlackAndWhite = 1; +const unsigned short kFourBitColor = 4; +const unsigned short kEightBitColor = 8; +const unsigned short kThousandsColor = 16; +const unsigned short kTrueColor = 32; // ------------------- // - Structures - |