mirror of
https://github.com/danbulant/node-x11
synced 2026-06-24 17:21:47 +00:00
merge conflict
This commit is contained in:
parent
aa94a9e5b3
commit
34efb7ad30
1 changed files with 0 additions and 3 deletions
|
|
@ -54,8 +54,6 @@ module.exports = function(GLX, ctx) {
|
||||||
buffers.push(res);
|
buffers.push(res);
|
||||||
};
|
};
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
=======
|
|
||||||
function serialize2i(opcode, value1, value2) {
|
function serialize2i(opcode, value1, value2) {
|
||||||
var res = commandBuffer(opcode, 12);
|
var res = commandBuffer(opcode, 12);
|
||||||
res.writeUInt32LE(value1, 4);
|
res.writeUInt32LE(value1, 4);
|
||||||
|
|
@ -63,7 +61,6 @@ module.exports = function(GLX, ctx) {
|
||||||
buffers.push(res);
|
buffers.push(res);
|
||||||
}
|
}
|
||||||
|
|
||||||
>>>>>>> a5087c35c661b9177afa3c7a31502543a9dd2d51
|
|
||||||
function serialize1i(opcode, value) {
|
function serialize1i(opcode, value) {
|
||||||
var res = commandBuffer(opcode, 8);
|
var res = commandBuffer(opcode, 8);
|
||||||
res.writeUInt32LE(value, 4);
|
res.writeUInt32LE(value, 4);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue