CreateWindow parameters fix

This commit is contained in:
Andrey Sidorov 2012-12-12 22:31:23 +11:00
parent 82fd6207f7
commit 9de1221c94

View file

@ -28,6 +28,11 @@ xclient.on('connect', function(display) {
1, 1, 0,
{
backgroundPixel: white, eventMask: Exposure|PointerMotion
wid, root,
10, 10, 400, 300,
0, 0, 0, 0,
{
backgroundPixel: white, eventMask: Exposure|PointerMotion
}
);
X.MapWindow(wid);