From fd939c985dc43bda2687f5a9a157828f411cfa14 Mon Sep 17 00:00:00 2001 From: Santiago Gimeno Date: Fri, 3 Aug 2012 15:21:29 +0200 Subject: [PATCH] Add SetInputFocus --- lib/x11/corereqs.js | 8 ++++++++ 1 file changed, 8 insertions(+) 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: [