summaryrefslogtreecommitdiff
path: root/atari/bitmap.h
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2012-01-06 21:57:42 +0000
committerOle Loots <ole@monochrom.net>2012-01-06 21:57:42 +0000
commitd5d02890104ce40ccdf2fca4cfde92dda30e7053 (patch)
tree38d653eb105f235f92647c0688469f3c2dc7c22b /atari/bitmap.h
parent7314d12cbab5f4efdf3fe9d0fbe389e2b965bde6 (diff)
downloadnetsurf-d5d02890104ce40ccdf2fca4cfde92dda30e7053.tar.gz
netsurf-d5d02890104ce40ccdf2fca4cfde92dda30e7053.tar.bz2
Only set opaque on initial alloc, add flag for clearing buffer on realloc.
svn path=/trunk/netsurf/; revision=13378
Diffstat (limited to 'atari/bitmap.h')
-rwxr-xr-xatari/bitmap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/atari/bitmap.h b/atari/bitmap.h
index 783176053..d1756185d 100755
--- a/atari/bitmap.h
+++ b/atari/bitmap.h
@@ -22,6 +22,7 @@
#define BITMAP_SHRINK 0
#define BITMAP_GROW 0x1024
#define BITMAP_MONOGLYPH 0x2048
+#define BITMAP_CLEAR 0x4096
struct bitmap {
int width;