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.
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user