mirror of https://github.com/GNOME/gimp.git
libgimpwidgets: replace GdkGC* with gpointer for an unused struct member
This commit is contained in:
parent
8e0dd56feb
commit
843d9e35ad
|
@ -49,7 +49,7 @@ struct _GimpScrolledPreview
|
|||
GtkWidget *nav_icon;
|
||||
GtkWidget *nav_popup;
|
||||
GdkCursor *cursor_move;
|
||||
GdkGC *nav_gc; /* unused */
|
||||
gpointer nav_gc; /* unused */
|
||||
|
||||
/*< private >*/
|
||||
gpointer priv;
|
||||
|
|
Loading…
Reference in New Issue