ChangeSet ID: 16356 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/02/26 11:49:38
Modified files: dlls/x11drv : x11drv.h wintab.c winpos.c mouse.c keyboard.c event.c dga2.c clipboard.c
Log message: Use a table of handlers to dispatch X events and get rid of the special casing for DGA and tablet events. Unify the declarations of all the event handlers.
Patch: http://cvs.winehq.org/patch.py?id=16356
Old revision New revision Changes Path 1.49 1.50 +18 -26 wine/dlls/x11drv/x11drv.h 1.13 1.14 +104 -141 wine/dlls/x11drv/wintab.c 1.123 1.124 +9 -6 wine/dlls/x11drv/winpos.c 1.18 1.19 +21 -10 wine/dlls/x11drv/mouse.c 1.67 1.68 +7 -6 wine/dlls/x11drv/keyboard.c 1.47 1.48 +156 -265 wine/dlls/x11drv/event.c 1.16 1.17 +61 -7 wine/dlls/x11drv/dga2.c 1.32 1.33 +4 -3 wine/dlls/x11drv/clipboard.c