Files
xserver/dix
Peter Hutterer add2defac7 Split the signal-handler's lastSlave out into a separate variable.
dev->u.lastSlave was not signal safe since it was accessed by the DIX and
during signal handling.
Replaced with:
'dev->last.slave' for the signal handler's lastSlave (used to generate
                  DeviceChangedEvents), .
'dev->u.lastSlave' for the DIX lastSlave (currently only used in
                   change_modmap)

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-05-22 15:44:03 +10:00
..
2009-02-03 10:06:00 -08:00
2003-11-14 16:49:22 +00:00
2003-11-14 15:54:54 +00:00
2009-01-22 02:11:16 -05:00
2009-03-20 15:17:55 +10:00
2009-05-16 12:20:58 +10:00
2009-04-28 16:03:56 +10:00
2009-01-22 02:11:16 -05:00
2009-01-22 02:11:16 -05:00
2009-04-07 19:36:27 +10:00