Hi, small patch, adds the method "move_window" to the Display class in the X11 bindings, uses XMoveWindow. Thanks, gord. -- Gord Allott (gord allott canonical com)
=== modified file 'vapi/x11.vapi' --- vapi/x11.vapi 2009-08-01 15:49:52 +0000 +++ vapi/x11.vapi 2009-09-17 12:52:58 +0000 @@ -218,6 +218,9 @@ [CCode (cname = "XVendorRelease")] public string xserver_vendor_release (); + + [CCode (cname = "XMoveWindow")] + public void move_window(Window window, int x, int y); } [Compact]
Attachment:
signature.asc
Description: OpenPGP digital signature