Merge pull request #116 from ahstro/patch-1

Missing space
This commit is contained in:
Andrey Sidorov 2015-11-15 02:52:59 -08:00
commit 6627fd5168

View file

@ -42,7 +42,7 @@ var xclient = x11.createClient({ debug: true }, function(err, display) {
display.client.require('render', function(err, Render) {
var wid = X.AllocID();
var white = display.screen[0].white_pixel;
varblack = display.screen[0].black_pixel;
var black = display.screen[0].black_pixel;
X.CreateWindow(wid, root, 10, 10, 400, 300, 0, 0, 0, 0, { backgroundPixel: white, eventMask: Exposure|PointerMotion });
X.MapWindow(wid);