mirror of
https://github.com/danbulant/node-x11
synced 2026-05-24 12:35:39 +00:00
Merge pull request #7 from santigimeno/add_move_resize
Add MoveResizeWindow request
This commit is contained in:
commit
1b31e336ef
1 changed files with 5 additions and 0 deletions
|
|
@ -238,6 +238,11 @@ module.exports = {
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
||||||
|
MoveResizeWindow: [
|
||||||
|
function(win, x, y, width, height) {
|
||||||
|
return ['CxSLSxxsxxsxxSxxSxx', [12, 7, win, 15, x, y, width, height]];
|
||||||
|
}
|
||||||
|
],
|
||||||
|
|
||||||
|
|
||||||
QueryTree: [
|
QueryTree: [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue