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