[vala] x11: Add XMoveWindow binding



commit 657304b301e644af336fddcf4fd1959d16235c82
Author: Gordon Allott <gord allott canonical com>
Date:   Sun Sep 27 22:41:09 2009 +0200

    x11: Add XMoveWindow binding

 vapi/x11.vapi |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/vapi/x11.vapi b/vapi/x11.vapi
index 283ff4a..5759aa4 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]



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]