Here is a patch to complete the gdk draw API. I added the gdk_draw_point function so now someone can draw a single point in a window. I think it's faster to draw a single point in a window than create an image, draw the point in the image, copy the image to the window, and destroy the image... but I may be wrong :) Patrice Fortier.