Add GrabServer and UngrabServer requests

This commit is contained in:
Santiago Gimeno 2013-11-25 14:53:19 +01:00
parent 6cfbcc5136
commit ea5976e42d

View file

@ -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] ],