/*
 * call-seq:
 *  translate(x,y) -> [ x, y ]
 *
 * Translates given coordinates from screen domain to
 * video domain. Used mostly by osds and menus.
 */
static VALUE xs_translate(VALUE self, VALUE args) {