/*
 * call-seq:
 *   point ( x, y, color=0 ) -> nil
 *
 * Draws a point at given position.
 */

static VALUE osd_point(int argc, VALUE *argv, VALUE self) {