mirror of
https://github.com/danbulant/node-x11
synced 2026-05-24 12:35:39 +00:00
err as first parameter in createClient cb
This commit is contained in:
parent
87a236ee44
commit
9ddd4dec84
1 changed files with 8 additions and 8 deletions
|
|
@ -78,7 +78,7 @@ function ManageWindow(wid)
|
|||
});
|
||||
}
|
||||
|
||||
x11.createClient(function(display) {
|
||||
x11.createClient(function(err, display) {
|
||||
X = display.client;
|
||||
X.require('render', function(Render) {
|
||||
X.Render = Render;
|
||||
|
|
|
|||
Loading…
Reference in a new issue