diff options
author | Benjamin Otte <otte@redhat.com> | 2010-08-15 21:24:55 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2010-09-26 15:03:01 +0200 |
commit | 4138e86ad458fe157d47e1244addbd6939f3f7be (patch) | |
tree | 262ff2dc36f111cd0e592d02aa70bb7a29b78c59 /gtk/gtktextutil.h | |
parent | 331999d84db1dfaa14a00a1dc423be12dc33e9a9 (diff) | |
download | gtk+-4138e86ad458fe157d47e1244addbd6939f3f7be.tar.gz |
testview: Convert _gtk_text_util_create_rich_drag_icon() to use surfaces
Diffstat (limited to 'gtk/gtktextutil.h')
-rw-r--r-- | gtk/gtktextutil.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtktextutil.h b/gtk/gtktextutil.h index 8aa7deb471..358ead7e12 100644 --- a/gtk/gtktextutil.h +++ b/gtk/gtktextutil.h @@ -43,10 +43,10 @@ void _gtk_text_util_append_special_char_menuitems (GtkMenuShell *me 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, - GtkTextIter *end); +cairo_surface_t * _gtk_text_util_create_rich_drag_icon (GtkWidget *widget, + GtkTextBuffer *buffer, + GtkTextIter *start, + GtkTextIter *end); gboolean _gtk_text_util_get_block_cursor_location (PangoLayout *layout, gint index_, |