mirror of
https://github.com/danbulant/node-x11
synced 2026-05-20 21:09:10 +00:00
fix for DeletePropery request
This commit is contained in:
parent
8af6ab6465
commit
e24ad5dc9f
1 changed files with 3 additions and 1 deletions
|
|
@ -294,7 +294,9 @@ module.exports = {
|
|||
|
||||
// TODO: test
|
||||
DeleteProperty: [
|
||||
[ 'CxLLL', [19, 3] ] // wid, propNameAtom
|
||||
function(wid, prop) {
|
||||
return [ 'CxSLL', [19, 3, wid, prop] ];
|
||||
}
|
||||
],
|
||||
|
||||
GetProperty: [
|
||||
|
|
|
|||
Loading…
Reference in a new issue