summaryrefslogtreecommitdiff
path: root/windows/plot.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2010-10-14 19:33:00 +0000
committerVincent Sanders <vince@netsurf-browser.org>2010-10-14 19:33:00 +0000
commit43029944aea1d3655c675f86d0874d620f65b885 (patch)
tree3de6520f7eb9a64de74746f832970e7c2bf7d0ce /windows/plot.h
parent1dbbbaf64ad0c8e3cd81ea7453f091f3bb4c9075 (diff)
downloadnetsurf-43029944aea1d3655c675f86d0874d620f65b885.tar.gz
netsurf-43029944aea1d3655c675f86d0874d620f65b885.tar.bz2
fix thumbnailing and localhistory
svn path=/trunk/netsurf/; revision=10885
Diffstat (limited to 'windows/plot.h')
-rw-r--r--windows/plot.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/windows/plot.h b/windows/plot.h
index 157ce82df..5e6eac16c 100644
--- a/windows/plot.h
+++ b/windows/plot.h
@@ -19,9 +19,7 @@
#include <windows.h>
#include "desktop/gui.h"
-extern HWND current_hwnd;
-extern struct gui_window *current_gui;
-extern bool thumbnail;
+extern HDC plot_hdc;
void nsws_plot_set_scale(float s);
float nsws_plot_get_scale(void);