diff options
author | Benjamin Otte <otte@redhat.com> | 2010-07-22 02:30:08 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2010-08-10 21:02:29 +0200 |
commit | 90ac7b915c745c661f8baf474aa30640709ba366 (patch) | |
tree | bc8f6b6cf09d3036823deacc549570f73d10b0fd /gtk/gtktextdisplay.h | |
parent | f7608c33aca855e33d8087622f2780e4a23e5928 (diff) | |
download | gtk+-90ac7b915c745c661f8baf474aa30640709ba366.tar.gz |
textview: Replace GdkGC * argument with gpointer
The argument is unused.
That's also the reason why we can pass NULL instead of the real GC in
the caller.
Diffstat (limited to 'gtk/gtktextdisplay.h')
-rw-r--r-- | gtk/gtktextdisplay.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktextdisplay.h b/gtk/gtktextdisplay.h index b93a84c2b2..3b6e96c042 100644 --- a/gtk/gtktextdisplay.h +++ b/gtk/gtktextdisplay.h @@ -97,7 +97,7 @@ G_BEGIN_DECLS void gtk_text_layout_draw (GtkTextLayout *layout, GtkWidget *widget, GdkDrawable *drawable, - GdkGC *cursor_gc, + gpointer cursor_gc, gint x_offset, gint y_offset, gint x, |