xserver-multidpi/hw/xgl/egl
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
..
module Add $(DIX_CFLAGS) to remaining Makefile.am files 2006-11-07 12:49:28 -08:00
evdev.c Death to RCS tags. 2007-06-29 14:06:52 -04:00
kinput.c Remove NDEBUG (assert() disable) define from the X Server. 2008-04-10 10:35:14 -07:00
kkeymap.h Death to RCS tags. 2007-06-29 14:06:52 -04:00
Makefile.am Convert servers to using _DEPENDENCIES to ensure proper rebuilds. 2007-08-31 13:09:45 -07:00
xegl.c devPrivates rework: since API is already broken, switch everything 2007-08-28 09:28:25 -04:00
xegl.h devPrivates rework: since API is already broken, switch everything 2007-08-28 09:28:25 -04:00
xeglinit.c make core keyboard/pointer map functions act on all core-sending devices 2006-09-29 00:34:23 +03:00
xeglinput.c Initial Xegl check-in. Works on EGL fbdev driver Input is totally broken. 2005-06-04 23:33:03 +00:00