Add MoveResizeWindow request

This commit is contained in:
Santiago Gimeno 2012-07-11 13:38:03 +02:00
parent 7929102bc5
commit 75e3a3ddd3

View file

@ -238,6 +238,11 @@ module.exports = {
}
],
MoveResizeWindow: [
function(win, x, y, width, height) {
return ['CxSLSxxsxxsxxSxxSxx', [12, 7, win, 15, x, y, width, height]];
}
],
QueryTree: [