mirror of
https://github.com/danbulant/node-x11
synced 2026-06-24 17:21:47 +00:00
some debug dump removed
This commit is contained in:
parent
9e0b53c793
commit
0073aec478
1 changed files with 0 additions and 2 deletions
|
|
@ -252,7 +252,6 @@ module.exports = {
|
||||||
|
|
||||||
CreatePixmap: [
|
CreatePixmap: [
|
||||||
function(pid, drawable, depth, width, height) {
|
function(pid, drawable, depth, width, height) {
|
||||||
console.log(['CreatePixmap:', 'CCSLLSS', [53, depth, 4, pid, drawable, width, height]]);
|
|
||||||
return [ 'CCSLLSS', [53, depth, 4, pid, drawable, width, height] ];
|
return [ 'CCSLLSS', [53, depth, 4, pid, drawable, width, height] ];
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -443,7 +442,6 @@ module.exports = {
|
||||||
format += 'L';
|
format += 'L';
|
||||||
for (var offset=0; offset < buff.length - 4*listLength; offset += 4*listLength)
|
for (var offset=0; offset < buff.length - 4*listLength; offset += 4*listLength)
|
||||||
res.push(buff.unpack(format, offset));
|
res.push(buff.unpack(format, offset));
|
||||||
console.log(res);
|
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue