From: Gordon Allott Date: Sun, 27 Sep 2009 20:41:09 +0000 (+0200) Subject: x11: Add XMoveWindow binding X-Git-Tag: 0.7.7~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=657304b301e644af336fddcf4fd1959d16235c82;p=thirdparty%2Fvala.git x11: Add XMoveWindow binding --- diff --git a/vapi/x11.vapi b/vapi/x11.vapi index 283ff4a19..5759aa400 100644 --- a/vapi/x11.vapi +++ b/vapi/x11.vapi @@ -218,6 +218,9 @@ namespace X { [CCode (cname = "XVendorRelease")] public string xserver_vendor_release (); + + [CCode (cname = "XMoveWindow")] + public void move_window (Window window, int x, int y); } [Compact]