xserver-multidpi/hw/xquartz
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
..
bundle XQuartz: Fixed missing close-paren in preference pane text. 2008-04-02 17:33:22 -07:00
xpr XQuartz: Change reporting of space change to debug log rather than stderr 2008-04-02 18:05:55 -07:00
applewm.c dix: Modify callers of property and selection API to use new interfaces. 2008-02-29 18:01:37 -05:00
applewmExt.h Darwin: Flattened quartz into darwin, renamed darwin xquartz 2007-12-05 20:32:40 -08:00
darwin.c just a bit of juggling headers around -- we're preparing 2008-04-02 17:47:57 -07:00
darwin.h The AppKit thread should not be calling directly into the X server 2008-04-02 17:48:24 -07:00
darwinClut8.h Darwin: Flattened quartz into darwin, renamed darwin xquartz 2007-12-05 20:32:40 -08:00
darwinEvents.c add missing dix-config include 2008-04-08 21:25:15 -07:00
darwinEvents.h moved and renamed QuartzMessageServerThread to 2008-04-02 17:48:01 -07:00
darwinKeyboard.c Remove NDEBUG (assert() disable) define from the X Server. 2008-04-10 10:35:14 -07:00
darwinKeyboard.h The AppKit thread should not be calling directly into the X server 2008-04-02 17:48:24 -07:00
darwinXinput.c add debug statements so we can see if/when our Xinput stubs are getting called. 2008-03-31 16:44:22 -07:00
keysym2ucs.c Darwin: Flattened quartz into darwin, renamed darwin xquartz 2007-12-05 20:32:40 -08:00
keysym2ucs.h Darwin: Flattened quartz into darwin, renamed darwin xquartz 2007-12-05 20:32:40 -08:00
Makefile.am turns out we weren't actually using these files. oops 2008-04-02 17:46:59 -07:00
pseudoramiX.c XACE: Fix instances of DixUnknownAccess at hook callsites. 2008-02-28 16:43:43 -05:00
pseudoramiX.h Darwin: Flattened quartz into darwin, renamed darwin xquartz 2007-12-05 20:32:40 -08:00
quartz.c XQuartz: Fix issue where clicking on an X11 window might send that event to an X11 window in another space. 2008-04-08 17:03:18 -07:00
quartz.h shovelling code around ... 2008-04-02 17:47:59 -07:00
quartzAudio.c XQuartz: Cleanup for strict-prototyping 2008-01-05 03:17:27 -08:00
quartzAudio.h Darwin: Flattened quartz into darwin, renamed darwin xquartz 2007-12-05 20:32:40 -08:00
quartzCocoa.m just a bit of juggling headers around -- we're preparing 2008-04-02 17:47:57 -07:00
quartzCommon.h Xquartz: Added separate preference tab for quartz-wm settings 2008-03-21 19:37:46 -07:00
quartzForeground.c Xquartz: Added separate preference tab for quartz-wm settings 2008-03-21 19:37:46 -07:00
quartzForeground.h XQuartz: Cleanup for strict-prototyping 2008-01-05 03:17:27 -08:00
quartzKeyboard.c Xquartz: Make Alt work with Xmodmap again 2007-12-10 21:03:30 -08:00
quartzKeyboard.h The AppKit thread should not be calling directly into the X server 2008-04-02 17:48:24 -07:00
quartzPasteboard.c just a bit of juggling headers around -- we're preparing 2008-04-02 17:47:57 -07:00
quartzPasteboard.h just a bit of juggling headers around -- we're preparing 2008-04-02 17:47:57 -07:00
quartzStartup.c Remove NDEBUG (assert() disable) define from the X Server. 2008-04-10 10:35:14 -07:00
X11Application.h Xquartz: Added separate preference tab for quartz-wm settings 2008-03-21 19:37:46 -07:00
X11Application.m formatting cleanup for X11Application.m (no code changes) 2008-04-02 17:48:15 -07:00
X11Controller.h Xquartz: Added separate preference tab for quartz-wm settings 2008-03-21 19:37:46 -07:00
X11Controller.m moved and renamed QuartzMessageServerThread to 2008-04-02 17:48:01 -07:00