mirror of
https://github.com/danbulant/node-x11
synced 2026-05-19 04:18:35 +00:00
Fix XClient arguments
This commit is contained in:
parent
2d7d6cbc8f
commit
c00a790c2b
1 changed files with 1 additions and 1 deletions
|
|
@ -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 : {};
|
||||
|
|
|
|||
Loading…
Reference in a new issue