From 10291d72b35c7e6b10ee4047adceb08d96e4b1f3 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Mon, 19 Dec 2005 22:50:23 +0000 Subject: [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 --- gtk/gtk_plotters.c | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'gtk/gtk_plotters.c') 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 + * Copyright 2005 James Bursa */ /** \file @@ -12,15 +12,13 @@ #include #include #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); -- cgit v1.2.3