QueryPointer + test + benchmark

This commit is contained in:
sidorares 2011-07-20 13:05:40 +10:00
parent 9f98268cf5
commit ebb123cf8e

View file

@ -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
CreateGC: [
function(cid, drawable, values) {