mirror of
https://github.com/danbulant/node-x11
synced 2026-05-20 04:48:56 +00:00
Add revertTo param
This commit is contained in:
parent
fd939c985d
commit
a98de8d47c
1 changed files with 2 additions and 2 deletions
|
|
@ -388,9 +388,9 @@ module.exports = {
|
|||
|
||||
SetInputFocus: [
|
||||
|
||||
function (wid)
|
||||
function (wid, revertTo) // revertTo: 0 - None, 1 - PointerRoot, 2 - Parent
|
||||
{
|
||||
return [ 'CCSLL', [42, 0, 3, wid, 0] ];
|
||||
return [ 'CCSLL', [42, revertTo, 3, wid, 0] ];
|
||||
}
|
||||
],
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue