xserver/hw/xquartz
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
..
GL meson: Convert xquartz from autotools 2019-05-02 15:42:58 +00:00
bundle meson: Convert xquartz from autotools 2019-05-02 15:42:58 +00:00
mach-startup meson: Convert xquartz from autotools 2019-05-02 15:42:58 +00:00
man xquartz: Fix a typo in man page substitution 2019-05-02 15:42:58 +00:00
pbproxy meson: Convert xquartz from autotools 2019-05-02 15:42:58 +00:00
xpr assert(a && b) --> assert(a); assert(b) 2019-05-02 15:02:36 -07:00
Makefile.am Promote file containing date & time build was configured to top-level 2019-05-02 15:42:58 +00:00
X11Application.h XQuartz: Remove X11ApplicationFatalError 2016-09-22 14:55:02 -07:00
X11Application.m XQuartz: Hack around an issue that can occur on macOS due to background apps incorrectly stealing focus 2017-07-20 01:17:40 -07:00
X11Controller.h
X11Controller.m
applewm.c
applewmExt.h
console_redirect.c
console_redirect.h
darwin.c Promote file containing date & time build was configured to top-level 2019-05-02 15:42:58 +00:00
darwin.h
darwinEvents.c XQuartz: Silence an expected TSan warning 2016-09-22 14:55:03 -07:00
darwinEvents.h
darwinXinput.c ddx: add new call to purge input devices that weren't added 2016-10-26 15:35:07 +10:00
darwinfb.h
keysym2ucs.c Use ARRAY_SIZE all over the tree 2017-10-30 13:45:20 -04:00
keysym2ucs.h Use ARRAY_SIZE all over the tree 2017-10-30 13:45:20 -04:00
meson.build meson: Convert xquartz from autotools 2019-05-02 15:42:58 +00:00
quartz.c miinitext: Load GLX on the mi path 2018-02-14 17:04:48 -05:00
quartz.h
quartzCocoa.m Remove readmask from screen block/wakeup handler 2016-07-18 15:27:51 -04:00
quartzCommon.h Remove readmask from screen block/wakeup handler 2016-07-18 15:27:51 -04:00
quartzKeyboard.c dix: Remove LegalModifier() 2018-09-28 16:25:17 -04:00
quartzKeyboard.h
quartzRandR.c
quartzRandR.h
quartzStartup.c XQuartz: Don't respond to SIGALRM on the AppKit thread 2016-09-22 14:55:01 -07:00
sanitizedCarbon.h
sanitizedCocoa.h