diff options
Diffstat (limited to '')
-rw-r--r-- | README | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,6 @@ libaxl is a currently under develop X library, and is not in a usable state (please help write man pages if you want -it really sooner). +it ready sooner). The goals of libaxl is: @@ -19,3 +19,5 @@ The goals of libaxl is: * Be as tiny as possible without removing functionality (unlike XCB and libX11) * Be thread-safe by default (unlike libX11) + +* Use liberror for error handling (unlike XCB and libX11, obviously) |