Fixed uiImage redeclaration warnings on GTK+.
This commit is contained in:
parent
6507a0d3a1
commit
bd2f436d91
|
@ -47,7 +47,6 @@ extern uiDrawContext *newContext(cairo_t *cr, GtkStyleContext *style);
|
|||
extern void freeContext(uiDrawContext *);
|
||||
|
||||
// image.c
|
||||
/*TODO remove this*/typedef struct uiImage uiImage;
|
||||
extern cairo_surface_t *imageAppropriateSurface(uiImage *i, GtkWidget *w);
|
||||
|
||||
// cellrendererbutton.c
|
||||
|
|
Loading…
Reference in New Issue