summaryrefslogtreecommitdiff
path: root/gtk/gtktextutil.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2010-08-15 16:53:27 +0200
committerBenjamin Otte <otte@redhat.com>2010-09-26 15:03:00 +0200
commit3d340d744933891f5bfeb14324689f62115ba210 (patch)
treea0110ac1bfd9586fd3615df6a8bfe7aac0305de1 /gtk/gtktextutil.h
parent3dfb47bc3cb62e07a23c02f5374a43362d5aa158 (diff)
downloadgtk+-3d340d744933891f5bfeb14324689f62115ba210.tar.gz
text: Make _gtk_text_util_create_drag_icon() return a surface
And change its callers to handle it that way.
Diffstat (limited to 'gtk/gtktextutil.h')
-rw-r--r--gtk/gtktextutil.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtktextutil.h b/gtk/gtktextutil.h
index 8b346520bf..8aa7deb471 100644
--- a/gtk/gtktextutil.h
+++ b/gtk/gtktextutil.h
@@ -40,9 +40,9 @@ void _gtk_text_util_append_special_char_menuitems (GtkMenuShell *me
GtkTextUtilCharChosenFunc func,
gpointer data);
-GdkPixmap* _gtk_text_util_create_drag_icon (GtkWidget *widget,
- gchar *text,
- gsize len);
+cairo_surface_t * _gtk_text_util_create_drag_icon (GtkWidget *widget,
+ gchar *text,
+ gsize len);
GdkPixmap* _gtk_text_util_create_rich_drag_icon (GtkWidget *widget,
GtkTextBuffer *buffer,
GtkTextIter *start,