From e24ad5dc9f0b4359d87c3928bda79cd9c2b558bd Mon Sep 17 00:00:00 2001 From: Andrey Sidorov Date: Wed, 13 Jun 2012 15:16:09 +1000 Subject: [PATCH] fix for DeletePropery request --- lib/x11/corereqs.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/x11/corereqs.js b/lib/x11/corereqs.js index e2fcee4..95dfd04 100644 --- a/lib/x11/corereqs.js +++ b/lib/x11/corereqs.js @@ -294,7 +294,9 @@ module.exports = { // TODO: test DeleteProperty: [ - [ 'CxLLL', [19, 3] ] // wid, propNameAtom + function(wid, prop) { + return [ 'CxSLL', [19, 3, wid, prop] ]; + } ], GetProperty: [