xserver/hw/xquartz/xpr
Adam Richter 9d25408a59 assert(a && b) --> assert(a); assert(b)
Separate each statement of the form "assert(a && b);" into "assert(a);"
and "assert(b);" for more precise diagnostics, except for this clever
use in drmmode_display.c where it was used to pass a hint to developers:

	assert(num_infos <= 32 && "update return type");
2019-05-02 15:02:36 -07:00
..
Makefile.am
appledri.c
appledri.h
appledristr.h Remove obsolete B16 & B32 tags in struct definitions 2018-11-10 15:00:31 -08:00
dri.c
dri.h
driWrap.c
driWrap.h
dristruct.h
meson.build meson: Convert xquartz from autotools 2019-05-02 15:42:58 +00:00
x-hash.c Use ARRAY_SIZE all over the tree 2017-10-30 13:45:20 -04:00
x-hash.h
x-hook.c
x-hook.h
x-list.c assert(a && b) --> assert(a); assert(b) 2019-05-02 15:02:36 -07:00
x-list.h
xpr.h
xprAppleWM.c
xprCursor.c cursor: drop ARGB_CURSOR 2015-06-30 12:17:51 +10:00
xprEvent.c
xprEvent.h
xprFrame.c
xprScreen.c Fix XQuartz build 2015-03-31 09:02:28 -07:00