Files
xserver/composite
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
..
2019-04-12 21:53:03 +00:00
2014-11-12 10:25:00 +10:00
2018-04-02 13:42:08 -04:00