mirror of
https://github.com/danbulant/node-x11
synced 2026-06-24 17:21:47 +00:00
Add GrabServer and UngrabServer requests
This commit is contained in:
parent
6cfbcc5136
commit
ea5976e42d
1 changed files with 8 additions and 0 deletions
|
|
@ -535,6 +535,14 @@ module.exports = {
|
||||||
return [ 'CCSLSxx', [ 34, key, 3, wid, modifiers ] ];
|
return [ 'CCSLSxx', [ 34, key, 3, wid, modifiers ] ];
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
||||||
|
GrabServer: [
|
||||||
|
[ 'CxS', [36, 1]]
|
||||||
|
],
|
||||||
|
|
||||||
|
UngrabServer: [
|
||||||
|
[ 'CxS', [37, 1]]
|
||||||
|
],
|
||||||
|
|
||||||
QueryPointer: [
|
QueryPointer: [
|
||||||
[ 'CxSL', [38, 2] ],
|
[ 'CxSL', [38, 2] ],
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue