/*
 * call-seq:
 *   fullscreen=boolean
 *
 * Set the fullscreen mode of the drawable, if it supports
 * it.
 */

static VALUE vp_set_fullscreen(VALUE self, VALUE mode) {