Merge branch 'master' of github.com:sidorares/node-x11

This commit is contained in:
Andrey Sidorov 2013-07-17 16:26:08 +10:00
commit 49375cff2c

View file

@ -506,6 +506,19 @@ module.exports = {
return [ 'CCSLL', [42, revertTo, 3, wid, 0] ];
}
],
GetInputFocus: [
function() {
return [ 'CxS', [ 43, 1 ] ];
},
function(buf, revertTo)
{
return {
focus : buf.unpack('L')[0],
revertTo : revertTo
};
}
],
WarpPointer: [