Hi all,

I searched the gtk site, the internet and the archive, but I didn't found
any clue. 

When drawing under linux/X with gdk_draw_line a line from 0,0 to 2,2, the
point at 2,2 is missing.
When drawing with gdk_draw_line a line from 2,2 to 0,4 the point at 2,2 is
still missing.

It seems gdk_draw_line always misses a point, but it depends on the
direction of the line, if it misses the start or the end point. 
Is there a flag or another function, that draws the line including the start
point, but excluding the end point, independent of the line direction (e.g.
like the winapi 'lineto' function)?


Mattias
_______________________________________________
gtk-list mailing list
gtk-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to