summaryrefslogtreecommitdiff
path: root/goodies
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-06-11 08:48:40 +0000
committerKurt Zenker <kz@openoffice.org>2004-06-11 08:48:40 +0000
commita3b17dc38fd6268ba1cf5d9a49baf57df2492952 (patch)
tree2277582413172013b91397968254810bdce7ee63 /goodies
parent97e4bdd43c3c68ef6431cb6ae83cad87b6e38f7a (diff)
INTEGRATION: CWS graphicapi (1.16.118); FILE MERGED
2004/05/19 09:41:28 ka 1.16.118.1: added alpha flag
Diffstat (limited to 'goodies')
-rw-r--r--goodies/inc/grfmgr.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/goodies/inc/grfmgr.hxx b/goodies/inc/grfmgr.hxx
index 3e2fd1c1800b..d80978224c61 100644
--- a/goodies/inc/grfmgr.hxx
+++ b/goodies/inc/grfmgr.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: grfmgr.hxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: rt $ $Date: 2003-04-24 14:59:23 $
+ * last change: $Author: kz $ $Date: 2004-06-11 09:48:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -254,7 +254,7 @@ private:
BOOL mbEPS : 1;
BOOL mbIsInSwapIn : 1;
BOOL mbIsInSwapOut : 1;
- BOOL mbDummyFlag7 : 1;
+ BOOL mbAlpha : 1;
BOOL mbDummyFlag8 : 1;
#if _SOLAR__PRIVATE
@@ -436,6 +436,7 @@ public:
ULONG GetSizeBytes() const { return mnSizeBytes; }
ULONG GetChecksum() const;
BOOL IsTransparent() const { return mbTransparent; }
+ BOOL IsAlpha() const { return mbAlpha; }
BOOL IsAnimated() const { return mbAnimated; }
BOOL IsEPS() const { return mbEPS; }