mirror of
https://github.com/danbulant/node-x11
synced 2026-06-14 12:11:26 +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);
|
||||
};
|
||||
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
function serialize2i(opcode, value1, value2) {
|
||||
var res = commandBuffer(opcode, 12);
|
||||
res.writeUInt32LE(value1, 4);
|
||||
|
|
@ -63,7 +61,6 @@ module.exports = function(GLX, ctx) {
|
|||
buffers.push(res);
|
||||
}
|
||||
|
||||
>>>>>>> a5087c35c661b9177afa3c7a31502543a9dd2d51
|
||||
function serialize1i(opcode, value) {
|
||||
var res = commandBuffer(opcode, 8);
|
||||
res.writeUInt32LE(value, 4);
|
||||
|
|
|
|||
Loading…
Reference in a new issue