Index: trunk/src_plugins/hid_gtk2_gdk/gtkhid-gdk.c =================================================================== --- trunk/src_plugins/hid_gtk2_gdk/gtkhid-gdk.c (revision 7990) +++ trunk/src_plugins/hid_gtk2_gdk/gtkhid-gdk.c (revision 7991) @@ -1254,7 +1254,7 @@ return FALSE; } -static GdkPixmap *ghid_gdk_render_pixmap(int cx, int cy, double zoom, int width, int height, int depth) +static /*GdkPixmap*/ void *ghid_gdk_render_pixmap(int cx, int cy, double zoom, int width, int height, int depth) { GdkPixmap *pixmap; GdkDrawable *save_drawable;