ChangeSet ID: 10001
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/11/08 19:20:23
Modified files:
. : Makefile.in
Log message:
Francois Gouget <fgouget(a)free.fr>
If the command line is too long when calling etags, it's probably too
long when invoking ctags.
Patch: http://cvs.winehq.com/patch.py?id=10001
Old revision New revision Changes Path
1.150 1.151 +1 -1 wine/Makefile.in
ChangeSet ID: 9999
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/11/08 18:35:29
Modified files:
graphics/x11drv: palette.c
Log message:
Don't bother to fill the color map on TrueColor displays.
Moved X11 locking calls out of the loops.
Patch: http://cvs.winehq.com/patch.py?id=9999
Old revision New revision Changes Path
1.39 1.40 +34 -26 wine/graphics/x11drv/palette.c
ChangeSet ID: 9998
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/11/08 18:34:43
Modified files:
graphics/x11drv: dib.c
dlls/x11drv : x11drv_main.c event.c
Log message:
Avoid the XSync call in X11DRV_expect_error by storing the current
request number and checking that on errors.
Moved the XSync call from X11DRV_check_error into the callers so that
it can be avoided for requests that already wait for a reply.
Patch: http://cvs.winehq.com/patch.py?id=9998
Old revision New revision Changes Path
1.111 1.112 +1 -0 wine/graphics/x11drv/dib.c
1.75 1.76 +5 -3 wine/dlls/x11drv/x11drv_main.c
1.23 1.24 +1 -0 wine/dlls/x11drv/event.c