summaryrefslogtreecommitdiff
path: root/image/bitmap.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2009-08-09 21:37:20 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2009-08-09 21:37:20 +0000
commit8e58c63c9996b81432b440fbc008385347f7dc98 (patch)
treef8825a1cc69f5c8de8dc65fb321496c3d7e3601c /image/bitmap.h
parentf7bba441db95a86012fd90b7a4e0312a092ecb3d (diff)
downloadnetsurf-8e58c63c9996b81432b440fbc008385347f7dc98.tar.gz
netsurf-8e58c63c9996b81432b440fbc008385347f7dc98.tar.bz2
Revert r9108, as component order in libnsgif due to be corrected.
svn path=/trunk/netsurf/; revision=9137
Diffstat (limited to 'image/bitmap.h')
-rw-r--r--image/bitmap.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/image/bitmap.h b/image/bitmap.h
index 61760decf..4a99de17e 100644
--- a/image/bitmap.h
+++ b/image/bitmap.h
@@ -38,11 +38,6 @@
#define BITMAP_CLEAR_MEMORY (1 << 3) /** memory should be wiped */
#define BITMAP_SUSPENDED (1 << 4) /** currently suspended */
#define BITMAP_READY (1 << 5) /** fully initialised */
-#define BITMAP_ABGR (1 << 6) /** This bitmap is in ABGR format on
- big-endian platforms (if not set,
- bitmap is RGBA). This flag has
- no relevance on LE platforms,
- where data is always ABGR */
#define BITMAP_SAVE_FULL_ALPHA (1 << 0) /** save with full alpha channel (if not opaque) */