README 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. About XCB util modules
  2. ======================
  3. The XCB util modules provides a number of libraries which sit on top
  4. of libxcb, the core X protocol library, and some of the extension
  5. libraries. These experimental libraries provide convenience functions
  6. and interfaces which make the raw X protocol more usable. Some of the
  7. libraries also provide client-side code which is not strictly part of
  8. the X protocol but which have traditionally been provided by Xlib.
  9. If you find any of these libraries useful, please let us know what
  10. you're using and why you aren't in a mental hospital yet. We'd welcome
  11. patches/suggestions for enhancement and new libraries; Please report any
  12. issues you find to the freedesktop.org bug tracker, at:
  13. <https://bugs.freedesktop.org/enter_bug.cgi?product=XCB>
  14. Discussion about XCB occurs on the XCB mailing list:
  15. <mailto:xcb at lists.freedesktop.org>
  16. <http://lists.freedesktop.org/mailman/listinfo/xcb>
  17. About XCB util-keysyms module
  18. =============================
  19. XCB util-keysyms module provides the following library:
  20. - keysyms: Standard X key constants and conversion to/from keycodes.
  21. You can obtain the latest development versions of XCB util-keysyms
  22. using GIT. For anonymous checkouts, use:
  23. git clone --recursive git://anongit.freedesktop.org/git/xcb/util-keysyms
  24. For developers, use:
  25. git clone --recursive git+ssh://git.freedesktop.org/git/xcb/util-keysyms