Commit graph

7 commits

Author SHA1 Message Date
Andrey Sidorov
91a2c4a8cc don't send undefined args for CreateWindow 2014-09-08 12:12:14 +10:00
Santiago Gimeno
3d3bcfa901 Small type and style issues 2014-03-11 18:01:04 +01:00
Santiago Gimeno
b6a76b51d7 Some more test fixes
- Fix error.js test.
- Make sure test_runner exits with the correct error code.
- Comment tests not implemented in core-properties.
2014-03-11 17:57:29 +01:00
Andrey Sidorov
75ad329b4f fix tests 2014-03-08 18:04:28 +11:00
Andrey Sidorov
3f064b218e get rid of lib/x11 nested subdirectory, lib/x11 -> lib 2013-02-19 16:23:53 +11:00
Santiago Gimeno
4508f9e93d Change createClient signature
- 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.
2012-12-19 09:34:19 +01:00
Andrey Sidorov
eeba3b1796 inherit errors from Error 2012-07-17 14:47:17 +10:00