mirror of
https://github.com/danbulant/node-x11
synced 2026-06-14 04:01:10 +00:00
Merge branch 'master' of github.com:sidorares/node-x11
This commit is contained in:
commit
49375cff2c
1 changed files with 13 additions and 0 deletions
|
|
@ -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: [
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue