• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

include/H28-Mar-2018-696152

m4/H28-Mar-2018-9,3028,409

src/H28-Mar-2018-1,647983

tests/H28-Mar-2018-939645

COPYINGH A D30-Mar-20161.2 KiB2419

ChangeLogH A D28-Mar-201847.1 KiB1,5521,030

INSTALLH A D28-Mar-201815.4 KiB371288

Makefile.amH A D24-Nov-20161.8 KiB5236

Makefile.inH A D28-Mar-201868.4 KiB1,5301,370

READMEH A D31-Mar-20161.2 KiB3423

aclocal.m4H A D28-Mar-2018122.7 KiB3,3923,114

autogen.shH A D30-Mar-2016742 2816

compileH A D30-Mar-20167.2 KiB348258

config.guessH A D30-Mar-201641.9 KiB1,4221,230

config.subH A D30-Mar-201635.1 KiB1,8081,670

configureH A D03-May-2022610.3 KiB21,28017,341

configure.acH A D28-Mar-2018647 2519

depcompH A D30-Mar-201623 KiB792502

install-shH A D30-Mar-201614.3 KiB502327

ltmain.shH A D28-Mar-2018323.5 KiB11,3708,157

missingH A D30-Mar-20166.7 KiB216143

test-driverH A D30-Mar-20164.5 KiB14987

xcb-xrm.pc.inH A D06-Apr-2016285 1311

xcb_xrm_intro.inH A D30-Mar-2016190 149

README

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