libgimpwidgets: replace GdkGC* with gpointer for an unused struct member

This commit is contained in:
Michael Natterer 2010-10-14 17:22:56 +02:00
parent 8e0dd56feb
commit 843d9e35ad
1 changed files with 1 additions and 1 deletions

View File

@ -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;