mirror of
https://github.com/danbulant/node-x11
synced 2026-06-17 05:31:05 +00:00
- The new signature is:
createClient(options, initCB), where
- options is an optional object that defines different parameters such as
display, etc.
- initCB is an optional callback with the signature: function(err, display)
- The initCB is going to be called with an error ONLY if the connection to the X
server fails. Further errors in the server connection will be 'emitted'.
- Update tests and test-runner.js accordingly.
- Update README.
|
||
|---|---|---|
| .. | ||
| ext | ||
| auth.js | ||
| corereqs.js | ||
| eventmask.js | ||
| handshake.js | ||
| hexy.js | ||
| index.js | ||
| keysyms.js | ||
| stdatoms.js | ||
| unpackbuffer.js | ||
| unpackstream.js | ||
| xcore.js | ||
| xerrors.js | ||
| xproto2js.pl | ||
| xserver.js | ||
| xutil.js | ||