mirror of
https://github.com/danbulant/node-x11
synced 2026-06-15 04:31:17 +00:00
Merge pull request #44 from santigimeno/grab-ungrab-server
Add GrabServer and UngrabServer requests
This commit is contained in:
commit
fab98cfb56
1 changed files with 8 additions and 0 deletions
|
|
@ -535,6 +535,14 @@ module.exports = {
|
|||
return [ 'CCSLSxx', [ 34, key, 3, wid, modifiers ] ];
|
||||
}
|
||||
],
|
||||
|
||||
GrabServer: [
|
||||
[ 'CxS', [36, 1]]
|
||||
],
|
||||
|
||||
UngrabServer: [
|
||||
[ 'CxS', [37, 1]]
|
||||
],
|
||||
|
||||
QueryPointer: [
|
||||
[ 'CxSL', [38, 2] ],
|
||||
|
|
|
|||
Loading…
Reference in a new issue