summaryrefslogtreecommitdiff
path: root/windows/gui.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2010-10-13 20:29:30 +0000
committerVincent Sanders <vince@netsurf-browser.org>2010-10-13 20:29:30 +0000
commit83e6c1ba57e47efcb03573d8fdd17aa0cd0ff6dd (patch)
tree0a45490feed25525928e65c2cc6dded52fdaf017 /windows/gui.c
parentd4d866c43fd2f551e4a6f6ee44529b773997cf07 (diff)
downloadnetsurf-83e6c1ba57e47efcb03573d8fdd17aa0cd0ff6dd.tar.gz
netsurf-83e6c1ba57e47efcb03573d8fdd17aa0cd0ff6dd.tar.bz2
fix bitmap plotting
svn path=/trunk/netsurf/; revision=10882
Diffstat (limited to 'windows/gui.c')
-rw-r--r--windows/gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/gui.c b/windows/gui.c
index 860f35eeb..d2a1bff75 100644
--- a/windows/gui.c
+++ b/windows/gui.c
@@ -728,7 +728,7 @@ nsws_drawable_paint(struct gui_window *gw, HWND hwnd)
(gw->bw != NULL) &&
(gw->bw->current_content != NULL)) {
/* set globals for the plotters */
- current_hwnd = gw->drawingarea;
+ current_hwnd = hwnd;
current_gui = gw;
content_redraw(gw->bw->current_content,