Add revertTo param

This commit is contained in:
Santiago Gimeno 2012-08-05 00:01:22 +02:00
parent fd939c985d
commit a98de8d47c

View file

@ -388,9 +388,9 @@ module.exports = {
SetInputFocus: [ 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] ];
} }
], ],