From dd339699cd9bd6aae0279afeeb70557bfb6370a7 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Wed, 30 Nov 2016 09:21:37 -0500 Subject: [PATCH] Oops, I forgot to remove the uiImage code from the GTK+ port when splitting uiTable into a branch. Fixed the build for now. Fixes #238. --- unix/uipriv_unix.h | 1 + 1 file changed, 1 insertion(+) diff --git a/unix/uipriv_unix.h b/unix/uipriv_unix.h index d52a83c2..33ff1e35 100644 --- a/unix/uipriv_unix.h +++ b/unix/uipriv_unix.h @@ -53,6 +53,7 @@ extern PangoFont *pangoDescToPangoFont(PangoFontDescription *pdesc); extern ptrdiff_t *graphemes(const char *text, PangoContext *context); // image.c +/*TODO remove this*/typedef struct uiImage uiImage; extern cairo_surface_t *imageAppropriateSurface(uiImage *i, GtkWidget *w); // cellrendererbutton.c