summaryrefslogtreecommitdiff
path: root/windows/bitmap.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2011-03-06 23:27:09 +0000
committerVincent Sanders <vince@netsurf-browser.org>2011-03-06 23:27:09 +0000
commitb925439a14ac8c8787034f30631ad60dd626a299 (patch)
tree6d94f728b8d78fe1236a38f64758816d955806d1 /windows/bitmap.h
parenta88963d82e3821797ff65afb5e68dbcbf5e13d60 (diff)
downloadnetsurf-b925439a14ac8c8787034f30631ad60dd626a299.tar.gz
netsurf-b925439a14ac8c8787034f30631ad60dd626a299.tar.bz2
rationalise windows resource script
make window options dialog into a property sheet svn path=/trunk/netsurf/; revision=11929
Diffstat (limited to 'windows/bitmap.h')
-rw-r--r--windows/bitmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/bitmap.h b/windows/bitmap.h
index 11c5cdce1..d05fef2ed 100644
--- a/windows/bitmap.h
+++ b/windows/bitmap.h
@@ -23,7 +23,7 @@
#include "desktop/plotters.h"
struct bitmap {
- BITMAP *windib;
+ HBITMAP windib;
BITMAPV5HEADER *pbmi;
int width;
int height;