commit | 6d027e1fc2d05b51c34891577a0225ce3c66c1fe | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Mon Jun 11 20:24:57 2001 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Jun 11 20:24:57 2001 +0000 |
tree | 27ed2793b1b6105475b676be96ac7be9f0371ff0 | |
parent | 172cd1b96749e350db69e00c491dc457f5b6bc43 [diff] [blame] |
Added counter for operations generating graphics exposures to the DC struct, to avoid waiting for expose events when none were generated.
diff --git a/include/x11drv.h b/include/x11drv.h index c288d92..ac26a28 100644 --- a/include/x11drv.h +++ b/include/x11drv.h
@@ -68,6 +68,7 @@ X_PHYSBRUSH brush; int backgroundPixel; int textPixel; + int exposures; /* count of graphics exposures operations */ XVisualInfo *visuals[MAX_PIXELFORMATS]; int used_visuals; int current_pf;