From 9de1221c94539b8e71ff4331057e21ed11c87c0f Mon Sep 17 00:00:00 2001 From: Andrey Sidorov Date: Wed, 12 Dec 2012 22:31:23 +1100 Subject: [PATCH] CreateWindow parameters fix --- examples/smoketest/putimage.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/examples/smoketest/putimage.js b/examples/smoketest/putimage.js index b62a46c..432710c 100644 --- a/examples/smoketest/putimage.js +++ b/examples/smoketest/putimage.js @@ -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);