diff --git a/lib/x11/corereqs.js b/lib/x11/corereqs.js index 8b5a221..4a9ed5f 100644 --- a/lib/x11/corereqs.js +++ b/lib/x11/corereqs.js @@ -385,6 +385,14 @@ module.exports = { return res; } ], + + SetInputFocus: [ + + function (wid) + { + return [ 'CCSLL', [42, 0, 3, wid, 0] ]; + } + ], WarpPointer: [