summaryrefslogtreecommitdiff
path: root/gtk/gtk_print.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtk_print.h')
-rw-r--r--gtk/gtk_print.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk/gtk_print.h b/gtk/gtk_print.h
index d2b89b92d..d44fad31f 100644
--- a/gtk/gtk_print.h
+++ b/gtk/gtk_print.h
@@ -26,9 +26,11 @@
#include <gtk/gtk.h>
+struct hlcache_handle;
+
extern cairo_t *gtk_print_current_cr;
-extern struct content *content_to_print;
+extern struct hlcache_handle *content_to_print;
/*handlers for signals from the GTK print operation*/