Avoid the XSync call in X11DRV_expect_error by storing the current
commit9f514fe239376ffb2d9aebab618746220ec12961
authorAlexandre Julliard <julliard@winehq.org>
Sun, 9 Nov 2003 00:34:43 +0000 (9 00:34 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sun, 9 Nov 2003 00:34:43 +0000 (9 00:34 +0000)
tree94d7d9926317b623c797eb4aafaf080672d0119d
parenta34a6d84ced4607c964a92bdd37b07b458f20b49
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.
dlls/x11drv/event.c
dlls/x11drv/x11drv_main.c
graphics/x11drv/dib.c