Fraser _______________________________________________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
Before calling gdk_draw_polygon and gdk_draw_line we have found it
necessary to check each point to make sure it doesn't exceed 32000+ to
avoid random lines and solid/void problems with shapes. Of course this
only happens when zooming in on a drawing. GdkPoints are defined as
"gint" in gdktypes.h. Is this a bug?
- GdkPoints <--- shorts? Fraser Sinclair