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

@ -536,6 +536,14 @@ module.exports = {
} }
], ],
GrabServer: [
[ 'CxS', [36, 1]]
],
UngrabServer: [
[ 'CxS', [37, 1]]
],
QueryPointer: [ QueryPointer: [
[ 'CxSL', [38, 2] ], [ 'CxSL', [38, 2] ],
function(buf, sameScreen) { function(buf, sameScreen) {