From 75e3a3ddd38b3858f6487f9d30e05ca35b18315f Mon Sep 17 00:00:00 2001 From: Santiago Gimeno Date: Wed, 11 Jul 2012 13:38:03 +0200 Subject: [PATCH] Add MoveResizeWindow request --- lib/x11/corereqs.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/x11/corereqs.js b/lib/x11/corereqs.js index 916dd9f..a3cdefc 100644 --- a/lib/x11/corereqs.js +++ b/lib/x11/corereqs.js @@ -238,6 +238,11 @@ module.exports = { } ], + MoveResizeWindow: [ + function(win, x, y, width, height) { + return ['CxSLSxxsxxsxxSxxSxx', [12, 7, win, 15, x, y, width, height]]; + } + ], QueryTree: [