xserver-multidpi/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
..
appledri.c XQuartz: Validate length in appledri before swapping 2014-01-12 23:12:48 -08:00
appledri.h XQuartz: Source formatting cleanup 2012-03-24 01:07:06 -07:00
appledristr.h Remove obsolete B16 & B32 tags in struct definitions 2018-11-10 15:00:31 -08:00
dri.c xquartz: Remove useless DRIWindowExposures 2014-10-08 16:01:35 +02:00
dri.h xquartz: Remove useless DRIWindowExposures 2014-10-08 16:01:35 +02:00
dristruct.h XQuartz: Source formatting cleanup 2012-03-24 01:07:06 -07:00
driWrap.c Replace 'pointer' type with 'void *' 2014-01-12 10:24:11 -08:00
driWrap.h XQuartz: Source formatting cleanup 2012-03-24 01:07:06 -07:00
Makefile.am XQuartz: Fix build with moved pseudoramiX 2013-09-16 07:06:48 -07:00
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 XQuartz: Source formatting cleanup 2012-03-24 01:07:06 -07:00
x-hook.c XQuartz: Simplify hook_run to quiet static analyzer 2014-01-12 23:12:48 -08:00
x-hook.h XQuartz: Source formatting cleanup 2012-03-24 01:07:06 -07:00
x-list.c assert(a && b) --> assert(a); assert(b) 2019-05-02 15:02:36 -07:00
x-list.h XQuartz: Source formatting cleanup 2012-03-24 01:07:06 -07:00
xpr.h XQuartz: Source formatting cleanup 2012-03-24 01:07:06 -07:00
xprAppleWM.c XQuartz: Source formatting cleanup 2012-03-24 01:07:06 -07:00
xprCursor.c cursor: drop ARGB_CURSOR 2015-06-30 12:17:51 +10:00
xprEvent.c XQuartz: Fix xp_window_bring_all_to_front linking on OS versions with older libXplugin 2012-08-03 10:02:57 -07:00
xprEvent.h XQuartz: Source formatting cleanup 2012-03-24 01:07:06 -07:00
xprFrame.c XQuartz: Add some verbose logging to debug xp_lock_window being unbalanced 2012-09-22 14:09:58 -07:00
xprScreen.c Fix XQuartz build 2015-03-31 09:02:28 -07:00