[Xcb] [PATCH 0/2] New defines for missing opcodes and True/False

Klemens Baum klemensbaum at gmail.com
Fri Dec 25 10:23:50 PST 2015


This patch series introduces some useful defines, so that XCB users do not have to hard-code
constants into their programs (or roll their own defines).

Missing opcodes:
* XCB_ERROR
* XCB_REPLY
* XCB_GE_EVENT

Boolean Xlib constants:
* XCB_TRUE
* XCB_FALSE

Klemens Baum (2):
  Add missing defines for X11 opcodes
  Add defines for boolean constants to mirror Xlib usage

 src/xcb.h    | 55 +++++++++++++++++++++++++++++++++----------------------
 src/xcb_in.c | 22 +++++++++-------------
 2 files changed, 42 insertions(+), 35 deletions(-)

--
2.4.6



More information about the Xcb mailing list