xorg-libx11/include
Dominik Muth 4de6ed3e7b Xlib.h: Fix macros imitating C functions.
The basic rule "put parantheses around macro parameters" should be
observed where possible. Otherwise code like

    ConnectionNumber(foo = bar);

fails to compile. (It obviously passes if ConnectionNumber is a C
function.) There are several other macros amended for the same reason.

This bug appeared while building http://ioccc.org/1993/cmills.c, so
historically it was not present.

Signed-off-by: Dominik Muth <muth@nxdomain.no-ip.biz>
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2016-02-03 22:11:38 -08:00
..
X11 Xlib.h: Fix macros imitating C functions. 2016-02-03 22:11:38 -08:00
Makefile.am Remove support for building without XCB 2010-06-03 22:19:14 -07:00