ChangeSet ID: 13247 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/08/11 18:45:35
Modified files: dlls/x11drv : xvidmode.c xrender.c xrandr.c xim.c xfont.c x11ddraw.c text.c palette.c keyboard.c graphics.c event.c dib.c desktop.c clipping.c clipboard.c
Log message: Hans Leidekker hans@it.vu.nl Fix signed/unsigned comparison warnings.
Patch: http://cvs.winehq.org/patch.py?id=13247
Old revision New revision Changes Path 1.29 1.30 +4 -2 wine/dlls/x11drv/xvidmode.c 1.46 1.47 +3 -3 wine/dlls/x11drv/xrender.c 1.6 1.7 +6 -4 wine/dlls/x11drv/xrandr.c 1.3 1.4 +4 -4 wine/dlls/x11drv/xim.c 1.7 1.8 +4 -4 wine/dlls/x11drv/xfont.c 1.24 1.25 +1 -1 wine/dlls/x11drv/x11ddraw.c 1.12 1.13 +1 -1 wine/dlls/x11drv/text.c 1.6 1.7 +2 -1 wine/dlls/x11drv/palette.c 1.55 1.56 +2 -2 wine/dlls/x11drv/keyboard.c 1.6 1.7 +4 -3 wine/dlls/x11drv/graphics.c 1.35 1.36 +3 -3 wine/dlls/x11drv/event.c 1.12 1.13 +6 -4 wine/dlls/x11drv/dib.c 1.19 1.20 +1 -1 wine/dlls/x11drv/desktop.c 1.4 1.5 +1 -1 wine/dlls/x11drv/clipping.c 1.27 1.28 +3 -3 wine/dlls/x11drv/clipboard.c