summaryrefslogtreecommitdiff
path: root/gtk/font_pango.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/font_pango.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/font_pango.c')
-rw-r--r--gtk/font_pango.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/gtk/font_pango.c b/gtk/font_pango.c
index c07ed145b..5daf0da7a 100644
--- a/gtk/font_pango.c
+++ b/gtk/font_pango.c
@@ -16,15 +16,13 @@
#include <stdio.h>
#include <gtk/gtk.h>
#include "netsurf/css/css.h"
+#include "netsurf/gtk/font_pango.h"
+#include "netsurf/gtk/gtk_window.h"
#include "netsurf/render/font.h"
#include "netsurf/utils/utils.h"
#include "netsurf/utils/log.h"
-extern GdkDrawable *current_drawable;
-extern GdkGC *current_gc;
-
-
static PangoFontDescription *nsfont_style_to_description(
const struct css_style *style);