Moving the mouse handling code into a separate thread
A properly multi-threaded X Server implementation could respond to high-priority user events without being blocked on drawing operations or even low-priority I/O events. The proposed project intends to move the mouse handling code of X Server into a separate thread.


