Diff for "MovingMouseHandlingCode"

Differences between revisions 1 and 2
Revision 1 as of 2007-03-21 02:21:14
Size: 332
Editor: 200-103-137-5
Comment:
Revision 2 as of 2008-05-16 05:52:14
Size: 332
Editor: localhost
Comment: converted to 1.6 markup
No differences found!

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.