summaryrefslogtreecommitdiff
path: root/windows/localhistory.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2010-10-10 22:42:24 +0000
committerVincent Sanders <vince@netsurf-browser.org>2010-10-10 22:42:24 +0000
commit01c85524899587ddec9d9d4135b54b84907946c0 (patch)
treea3445377f6212aa585a3393affd8e6537279b2c7 /windows/localhistory.c
parent5738a8f342d99b8455941e990e37f9f85ea54e36 (diff)
downloadnetsurf-01c85524899587ddec9d9d4135b54b84907946c0.tar.gz
netsurf-01c85524899587ddec9d9d4135b54b84907946c0.tar.bz2
make windows frontend build and run again
Fix redraw bugs Still major issue with frames svn path=/trunk/netsurf/; revision=10880
Diffstat (limited to 'windows/localhistory.c')
-rw-r--r--windows/localhistory.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/windows/localhistory.c b/windows/localhistory.c
index aa80aeae3..4a07d5f24 100644
--- a/windows/localhistory.c
+++ b/windows/localhistory.c
@@ -73,7 +73,6 @@ void nsws_localhistory_init(struct gui_window *w)
localhistory.height = 0;
current_gui = NULL;
current_hwnd = NULL;
- doublebuffering = false;
if ((bw != NULL) && (bw->history != NULL))
history_size(bw->history, &(localhistory.width),
&(localhistory.height));