xserver-multidpi/hw
Eric Anholt a7e3ad1c6b Remove NDEBUG (assert() disable) define from the X Server.
A few pieces of code were abusing this define for other purposes, which are
converted to #ifndef DEBUG instead.  There should be no ABI consequences
to this change.

The rationale is that having the define in xorg-server.h also disables
assert() drivers, which is unexpected, and also difficult to avoid since
xorg-server.h is included in their config.h, and you can't put a #undef in
config.h.  As for removing it from the server instead of moving it to an
internal header, we probably shouldn't have unnecessary assert()s in
critical server paths anyway, and if we do we could #define NDEBUG in the
specific cases needed.
2008-04-10 10:35:14 -07:00
..
dmx Programs in hw/dmx/examples/ want client-side xkb headers. 2008-03-07 23:26:56 +01:00
kdrive Remove NDEBUG (assert() disable) define from the X Server. 2008-04-10 10:35:14 -07:00
vfb bug #10008: Make Xvfb.1 document the correct default depth 2008-03-01 18:45:46 -05:00
xfree86 quirk: add quirk for ACR 640x350 default mode is wrong 2008-04-09 14:34:11 +10:00
xgl Remove NDEBUG (assert() disable) define from the X Server. 2008-04-10 10:35:14 -07:00
xnest Fix Motif menu drawing in Xnest. 2008-03-03 15:45:17 -05:00
xprint dix: Modify callers of property and selection API to use new interfaces. 2008-02-29 18:01:37 -05:00
xquartz Remove NDEBUG (assert() disable) define from the X Server. 2008-04-10 10:35:14 -07:00
xwin dix: Modify callers of property and selection API to use new interfaces. 2008-02-29 18:01:37 -05:00
Makefile.am Darwin: Use __APPLE__ instead of __DARWIN__ 2007-12-07 18:54:58 -08:00