summaryrefslogtreecommitdiff
path: root/gtk/gtktextdisplay.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-01-24 00:24:12 -0500
committerMatthias Clasen <mclasen@redhat.com>2011-01-24 00:24:12 -0500
commitb42b47e7d37411d7410113aa8156146d35dfde43 (patch)
treeb3a604ef16c45292cdf3d629834466e401e2e3e7 /gtk/gtktextdisplay.c
parent6619aa58b10de5abe503675e34d8e312fb066c06 (diff)
downloadgtk+-b42b47e7d37411d7410113aa8156146d35dfde43.tar.gz
Port gtk_draw_insertion_cursor to GtkStyleContext
Diffstat (limited to 'gtk/gtktextdisplay.c')
-rw-r--r--gtk/gtktextdisplay.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtktextdisplay.c b/gtk/gtktextdisplay.c
index 7ea85f7d72..7af3857d6c 100644
--- a/gtk/gtktextdisplay.c
+++ b/gtk/gtktextdisplay.c
@@ -77,7 +77,9 @@
#define GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API
#include "config.h"
#include "gtktextdisplay.h"
+#include "gtkwidgetprivate.h"
#include "gtkintl.h"
+
/* DO NOT go putting private headers in here. This file should only
* use the semi-public headers, as with gtktextview.c.
*/