mirror of
https://github.com/danbulant/node-x11
synced 2026-05-24 12:35:39 +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
|
// TODO: test
|
||||||
DeleteProperty: [
|
DeleteProperty: [
|
||||||
[ 'CxLLL', [19, 3] ] // wid, propNameAtom
|
function(wid, prop) {
|
||||||
|
return [ 'CxSLL', [19, 3, wid, prop] ];
|
||||||
|
}
|
||||||
],
|
],
|
||||||
|
|
||||||
GetProperty: [
|
GetProperty: [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue