ChangeSet ID: 10605 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/01/08 18:03:00
Modified files: include : wintab.h config.h.in dlls/x11drv : x11drv.spec x11drv.h event.c Makefile.in dlls/wintab32 : context.c Makefile.in . : configure.ac configure Added files: dlls/x11drv : wintab.c dlls/wintab32 : wintab_internal.h wintab32.c
Log message: Aric Stewart aric@codeweavers.com Enable Tablet support with both Tilt and Pressure.
Patch: http://cvs.winehq.com/patch.py?id=10605
Old revision New revision Changes Path 1.1 1.2 +3 -1 wine/include/wintab.h 1.177 1.178 +10 -0 wine/include/config.h.in 1.50 1.51 +6 -0 wine/dlls/x11drv/x11drv.spec 1.12 1.13 +2 -0 wine/dlls/x11drv/x11drv.h 1.30 1.31 +11 -2 wine/dlls/x11drv/event.c 1.38 1.39 +1 -0 wine/dlls/x11drv/Makefile.in 1.2 1.3 +605 -43 wine/dlls/wintab32/context.c 1.3 1.4 +3 -2 wine/dlls/wintab32/Makefile.in 1.227 1.228 +2 -0 wine/configure.ac 1.508 1.509 +76 -0 wine/configure Added 1.1 +0 -0 wine/dlls/x11drv/wintab.c Added 1.1 +0 -0 wine/dlls/wintab32/wintab_internal.h Added 1.1 +0 -0 wine/dlls/wintab32/wintab32.c