summaryrefslogtreecommitdiff
path: root/gtk/gtk_plotters.c
diff options
context:
space:
mode:
authorRob Kendrick <rjek@netsurf-browser.org>2006-03-25 23:53:34 +0000
committerRob Kendrick <rjek@netsurf-browser.org>2006-03-25 23:53:34 +0000
commit556072e9949f63461d8936bf47f882e69800285c (patch)
treea60a8b9ac9ffd3e3233eefa6798bacb92d64e8df /gtk/gtk_plotters.c
parentb82d35b06199357751a8f56061fb3b14bbdd6760 (diff)
downloadnetsurf-556072e9949f63461d8936bf47f882e69800285c.tar.gz
netsurf-556072e9949f63461d8936bf47f882e69800285c.tar.bz2
[project @ 2006-03-25 23:53:34 by rjek]
Misc GTK thumbnailing fixes svn path=/import/netsurf/; revision=2167
Diffstat (limited to 'gtk/gtk_plotters.c')
-rw-r--r--gtk/gtk_plotters.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk/gtk_plotters.c b/gtk/gtk_plotters.c
index ad761194f..7e0c6bd06 100644
--- a/gtk/gtk_plotters.c
+++ b/gtk/gtk_plotters.c
@@ -40,12 +40,9 @@ static bool nsgtk_plot_bitmap_tile(int x, int y, int width, int height,
bool repeat_x, bool repeat_y);
static bool nsgtk_plot_group_start(const char *name);
static bool nsgtk_plot_group_end(void);
-static void nsgtk_set_colour(colour c);
static void nsgtk_set_solid(void); /**< Set for drawing solid lines */
static void nsgtk_set_dotted(void); /**< Set for drawing dotted lines */
static void nsgtk_set_dashed(void); /**< Set for drawing dashed lines */
-void nsgtk_plot_set_scale(float s);
-float nsgtk_plot_get_scale(void);
static GdkRectangle cliprect;
static float nsgtk_plot_scale = 1.0;