From c00a790c2b52b29acec755aae2f603ca2dcd7042 Mon Sep 17 00:00:00 2001 From: Ian Scott Date: Thu, 25 Jun 2015 15:57:20 -0700 Subject: [PATCH] Fix XClient arguments --- lib/xcore.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/xcore.js b/lib/xcore.js index 912357e..2a8aa15 100644 --- a/lib/xcore.js +++ b/lib/xcore.js @@ -20,7 +20,7 @@ var coreRequests = require('./corereqs'); var stdatoms = require('./stdatoms'); var em = require('./eventmask').eventMask; -function XClient(stream, displayNum, screenNum, options) +function XClient(displayNum, screenNum, options) { EventEmitter.call(this); this.options = options ? options : {};