Hi, Here attached are the patches against the server to separate its input generation code in another thread.
The main difference in this second try is the hook to put hotplug devices to work and the pthread consistency in all code. configure.ac | 8 + dix/main.c | 11 + hw/xfree86/common/xf86Events.c | 21 +++ include/dix-config.h.in | 3 include/opaque.h | 3 include/os.h | 17 ++ mi/mieq.c | 55 ++++++++ os/Makefile.am | 7 - os/WaitFor.c | 8 + os/connection.c | 55 +++++++- os/inputthread.c | 280 +++++++++++++++++++++++++++++++++++++++++ 11 files changed, 466 insertions(+), 2 deletions(-) Thanks, -- Tiago Vignatti C3SL - Centro de Computação Científica e Software Livre www.c3sl.ufpr.br _______________________________________________ xorg mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/xorg
