summaryrefslogtreecommitdiff
path: root/framebuffer/fb_bitmap.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2009-03-11 21:28:34 +0000
committerVincent Sanders <vince@netsurf-browser.org>2009-03-11 21:28:34 +0000
commitcdc47ee52c6f7904c9024ab9da44eb14ff2e30e1 (patch)
treec5c12d4ff221c5a59ec22c81a9938e01b7750a3c /framebuffer/fb_bitmap.h
parent305ab859adc310ca49dd01f533c19f1cff05d85b (diff)
downloadnetsurf-cdc47ee52c6f7904c9024ab9da44eb14ff2e30e1.tar.gz
netsurf-cdc47ee52c6f7904c9024ab9da44eb14ff2e30e1.tar.bz2
bitmap opaque handling
svn path=/trunk/netsurf/; revision=6777
Diffstat (limited to 'framebuffer/fb_bitmap.h')
-rw-r--r--framebuffer/fb_bitmap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/framebuffer/fb_bitmap.h b/framebuffer/fb_bitmap.h
index cbe7ed6b1..9a75b0b13 100644
--- a/framebuffer/fb_bitmap.h
+++ b/framebuffer/fb_bitmap.h
@@ -23,6 +23,8 @@ struct bitmap {
int width;
int height;
uint8_t *pixdata;
+ bool opaque;
+
/* The following two are only used for cursors */
int hot_x;
int hot_y;