wine/ graphics/x11drv/dib.c dlls/x11drv/x11drv ...
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
participants (1)
-
Alexandre Julliard