mirror of
https://github.com/danbulant/node-x11
synced 2026-05-24 12:35:39 +00:00
broken merge, forgot to resolve conflict
This commit is contained in:
parent
bf81e3170e
commit
21d6f27ff2
1 changed files with 0 additions and 5 deletions
|
|
@ -107,11 +107,6 @@ module.exports = {
|
||||||
CreateWindow: [
|
CreateWindow: [
|
||||||
// create request packet - function OR format string
|
// create request packet - function OR format string
|
||||||
function(id, parentId, x, y, width, height, borderWidth, _class, visual, values) {
|
function(id, parentId, x, y, width, height, borderWidth, _class, visual, values) {
|
||||||
<<<<<<< HEAD
|
|
||||||
console.log('CreateWindow called', id);
|
|
||||||
=======
|
|
||||||
>>>>>>> 3d3658d0b81642440a915e706d2c28b412c1a383
|
|
||||||
|
|
||||||
// TODO: ??? there is depth field in xproto, but xlib just sets it to zero
|
// TODO: ??? there is depth field in xproto, but xlib just sets it to zero
|
||||||
var depth = 0;
|
var depth = 0;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue