summaryrefslogtreecommitdiff
path: root/gtk/font_pango.c
diff options
context:
space:
mode:
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);