Go to file
Peter Hutterer 6d22a9615a dix: Call DeleteInputDeviceRequest from CloseDownDevices (#14418)
The DDX (xfree86 anyway) maintains its own device list in addition to the one
in the DIX. CloseDevice will only remove it from the DIX, not the DDX. If the
server then restarts (last client disconnects), the DDX devices are still
there, will be re-initialised, then the hal devices come in and are added too.
This repeats until we run out of device ids.

This also requires us to strdup() the default pointer/keyboard in
checkCoreInputDevices.

X.Org Bug 14418 <http://bugs.freedesktop.org/show_bug.cgi?id=14418>
2008-04-11 18:45:32 +09:30
afb Merge branch 'master' into XACE-SELINUX 2007-11-19 18:10:46 -05:00
cfb Merge branch 'master' into XACE-SELINUX 2007-12-13 18:38:25 -05:00
cfb32 get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULE 2006-07-18 18:17:38 -04:00
composite XACE: Adjust the location of the COMPOSITE creation hook. 2008-02-28 21:52:32 -05:00
config Support to pass arbitrary options via HAL hotplugging 2008-03-25 17:37:25 +01:00
damageext Revert "registry: Register DAMAGE extension protocol names." 2007-11-20 17:31:00 -05:00
dbe Revert "registry: Register DBE extension protocol names." 2007-11-20 17:32:35 -05:00
dix dix: Call DeleteInputDeviceRequest from CloseDownDevices (#14418) 2008-04-11 18:45:32 +09:30
doc Merge branch 'master' into XACE-SELINUX 2007-11-19 18:10:46 -05:00
exa EXA: Fix TS origin computation when implementing RenderComposite with tiling. 2008-04-07 11:01:09 +02:00
fb fbFillRegionTiled() is now dead code. 2008-02-22 15:22:38 -05:00
GL Convert __DRIconfigs after we've made sure createNewScreen succeeded. 2008-04-04 10:47:46 -04:00
hw dix: Call DeleteInputDeviceRequest from CloseDownDevices (#14418) 2008-04-11 18:45:32 +09:30
include Remove NDEBUG (assert() disable) define from the X Server. 2008-04-10 10:35:14 -07:00
mfb devPrivates rework: put back some changes that were mistakenly removed 2007-11-20 15:31:44 -05:00
mi XSELinux: Add xorg.conf option for permissive/enforcing/disabled. 2008-03-28 14:14:23 -04:00
miext 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
os Fix Xvfb input when building against current X sources. 2008-04-07 10:20:02 -04:00
randr Make xf86SetDesiredModes aware of current output configuration 2008-03-17 14:13:09 -07:00
record Revert "registry: Register Record extension protocol names." 2007-11-20 17:55:47 -05:00
render Bug #10463: Always initialize reference pixel before AllocColor() 2008-02-29 16:39:29 -05:00
Xext Fix off-by-one error in ProcXResQueryClients(). 2008-04-09 13:49:05 +02:00
xfixes Normalize swapped dispatch for Fixes{ChangeSaveSet,SelectSelectionInput} 2008-02-22 15:25:26 -05:00
Xi XACE: Fix instances of DixUnknownAccess at hook callsites. 2008-02-28 16:43:43 -05:00
xkb XKB: Fix processInputProc wrapping 2008-04-01 15:31:50 +03:00
XTrap Revert "registry: Register XTrap extension protocol names." 2007-11-20 18:49:30 -05:00
.gitignore gitignore: Add two more bits 2008-03-31 16:38:45 +03:00
acinclude.m4 Fix dolt to error out on compile error, and not print errors on race to mkdir. 2008-04-10 11:08:49 -07:00
autogen.sh Use canonical autogen.sh, which supports srcdir != objdir autogen. 2005-07-01 21:13:36 +00:00
configure.ac Fixed configure.ac for autoconf 2.62. 2008-04-10 21:36:38 +02:00
COPYING COPYING: Collapse 'canonical license' into one statement 2007-11-07 03:58:56 +02:00
cpprules.in For MANDEFS, also replace __mandir__ for $(mandir) which includes 2006-12-08 15:51:44 -06:00
Makefile.am Bug #11510: Fix build without RECORD. 2008-03-24 13:37:42 -04:00
xorg-server.m4 Add xorg-server.m4 for driver dependency checking. 2005-11-01 15:01:51 +00:00
xorg-server.pc.in Export the server ABI versions from xorg-server.pc 2007-11-05 17:18:46 -05:00