/*
 * call-seq:
 *   line ( x1, y1, x2, y2, color=0 ) -> nil
 *
 * Draws a line with specified parameters.
 */

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