mirror of
https://github.com/danbulant/node-x11
synced 2026-06-19 22:51:10 +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 stdatoms = require('./stdatoms');
|
||||||
var em = require('./eventmask').eventMask;
|
var em = require('./eventmask').eventMask;
|
||||||
|
|
||||||
function XClient(stream, displayNum, screenNum, options)
|
function XClient(displayNum, screenNum, options)
|
||||||
{
|
{
|
||||||
EventEmitter.call(this);
|
EventEmitter.call(this);
|
||||||
this.options = options ? options : {};
|
this.options = options ? options : {};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue