Merge pull request #7 from santigimeno/add_move_resize

Add MoveResizeWindow request
This commit is contained in:
Andrey Sidorov 2012-07-11 07:36:17 -07:00
commit 1b31e336ef

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: [