/*
* Set the current X11 Drawable.
*
* Note: This method is not available unless Imlib2-Ruby was compiled
* with X11 support. You can check the constant Imlib2::X11_SUPPORT to
* see if X11 support is available.
*
* Examples:
* context.set_drawable drawable
* context.drawable = drawable
*
*/
static VALUE ctx_set_drawable(VALUE self, VALUE drawable) {