mirror of
https://github.com/danbulant/node-x11
synced 2026-05-24 12:35:39 +00:00
QueryPointer + test + benchmark
This commit is contained in:
parent
9f98268cf5
commit
ebb123cf8e
1 changed files with 8 additions and 0 deletions
|
|
@ -187,6 +187,14 @@ module.exports = {
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
||||||
|
QueryPointer: [
|
||||||
|
[ 'CxSL', [38, 2] ],
|
||||||
|
function(buf) {
|
||||||
|
var res = buf.unpack('LLSSSSS'); // TODO: should be unsigned
|
||||||
|
return res;
|
||||||
|
}
|
||||||
|
],
|
||||||
|
|
||||||
// opcode 55
|
// opcode 55
|
||||||
CreateGC: [
|
CreateGC: [
|
||||||
function(cid, drawable, values) {
|
function(cid, drawable, values) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue