summaryrefslogtreecommitdiff
path: root/gtk/gtk_plotters.c
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2005-12-19 22:50:23 +0000
committerJames Bursa <james@netsurf-browser.org>2005-12-19 22:50:23 +0000
commit10291d72b35c7e6b10ee4047adceb08d96e4b1f3 (patch)
tree8d9911853062e96fe9b9bb826db0679032af9358 /gtk/gtk_plotters.c
parentad13eb98af61e53c5f476868509523110de37871 (diff)
downloadnetsurf-10291d72b35c7e6b10ee4047adceb08d96e4b1f3.tar.gz
netsurf-10291d72b35c7e6b10ee4047adceb08d96e4b1f3.tar.bz2
[project @ 2005-12-19 22:50:23 by bursa]
Add headers and get rid of all externs in .c files. svn path=/import/netsurf/; revision=1901
Diffstat (limited to 'gtk/gtk_plotters.c')
-rw-r--r--gtk/gtk_plotters.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/gtk/gtk_plotters.c b/gtk/gtk_plotters.c
index eab937ead..6c40bb387 100644
--- a/gtk/gtk_plotters.c
+++ b/gtk/gtk_plotters.c
@@ -2,7 +2,7 @@
* This file is part of NetSurf, http://netsurf.sourceforge.net/
* Licensed under the GNU General Public License,
* http://www.opensource.org/licenses/gpl-license
- * Copyright 2004 James Bursa <bursa@users.sourceforge.net>
+ * Copyright 2005 James Bursa <bursa@users.sourceforge.net>
*/
/** \file
@@ -12,15 +12,13 @@
#include <gdk/gdk.h>
#include <gtk/gtk.h>
#include "netsurf/desktop/plotters.h"
+#include "netsurf/gtk/font_pango.h"
+#include "netsurf/gtk/gtk_plotters.h"
+#include "netsurf/gtk/gtk_window.h"
#include "netsurf/render/font.h"
#include "netsurf/utils/log.h"
-extern GtkWidget *current_widget;
-extern GdkDrawable *current_drawable;
-extern GdkGC *current_gc;
-
-
static bool nsgtk_plot_clg(colour c);
static bool nsgtk_plot_rectangle(int x0, int y0, int width, int height,
int line_width, colour c, bool dotted, bool dashed);