mirror of
https://github.com/danbulant/node-x11
synced 2026-07-05 03:00:42 +00:00
CreateWindow parameters fix
This commit is contained in:
parent
82fd6207f7
commit
9de1221c94
1 changed files with 5 additions and 0 deletions
|
|
@ -28,6 +28,11 @@ xclient.on('connect', function(display) {
|
||||||
1, 1, 0,
|
1, 1, 0,
|
||||||
{
|
{
|
||||||
backgroundPixel: white, eventMask: Exposure|PointerMotion
|
backgroundPixel: white, eventMask: Exposure|PointerMotion
|
||||||
|
wid, root,
|
||||||
|
10, 10, 400, 300,
|
||||||
|
0, 0, 0, 0,
|
||||||
|
{
|
||||||
|
backgroundPixel: white, eventMask: Exposure|PointerMotion
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
X.MapWindow(wid);
|
X.MapWindow(wid);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue