From 55162445db4c8ea46be671c2abed4ad4e77e1dcd Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 31 Jan 2010 00:36:02 +0000 Subject: Add Windows frontend svn path=/trunk/netsurf/; revision=9940 --- windows/plot.h | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 windows/plot.h (limited to 'windows/plot.h') diff --git a/windows/plot.h b/windows/plot.h new file mode 100644 index 000000000..1502412dd --- /dev/null +++ b/windows/plot.h @@ -0,0 +1,30 @@ +/* + * Copyright 2009 Mark Benjamin + * + * This file is part of NetSurf, http://www.netsurf-browser.org/ + * + * NetSurf is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * NetSurf is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + +#include +#include "desktop/gui.h" + +extern HWND current_hwnd; +extern struct gui_window *current_gui; +extern HDC bufferdc; +extern bool doublebuffering; +extern bool thumbnail; + +void nsws_plot_set_scale(float s); +float nsws_plot_get_scale(void); + -- cgit v1.2.3