mirror of
https://github.com/danbulant/node-x11
synced 2026-07-06 19:50:58 +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
|
|
@ -536,6 +536,14 @@ module.exports = {
|
|||
}
|
||||
],
|
||||
|
||||
GrabServer: [
|
||||
[ 'CxS', [36, 1]]
|
||||
],
|
||||
|
||||
UngrabServer: [
|
||||
[ 'CxS', [37, 1]]
|
||||
],
|
||||
|
||||
QueryPointer: [
|
||||
[ 'CxSL', [38, 2] ],
|
||||
function(buf, sameScreen) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue