Sweden-Number/graphics/x11drv
Alexandre Julliard 9f514fe239 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.
2003-11-09 00:34:43 +00:00
..
bitblt.c Prevent a crash with a BadDrawable X error message with some MaskBlt 2003-10-14 20:11:36 +00:00
bitmap.c Client side render fonts for XServers without the Render extension 2002-11-14 22:31:34 +00:00
brush.c Implemented SetDCPenColor and SetDCBrushColor. 2003-11-05 01:43:57 +00:00
clipping.c Don't delete region until after we're done with it. 2003-05-11 02:53:09 +00:00
codepage.c Fixed header dependencies to be fully compatible with the Windows 2003-09-05 23:08:26 +00:00
dib.c Avoid the XSync call in X11DRV_expect_error by storing the current 2003-11-09 00:34:43 +00:00
graphics.c Use a different magic for memory DCs and get rid of the DC_MEMORY 2003-05-13 23:56:12 +00:00
init.c Fixed header dependencies to be fully compatible with the Windows 2003-09-05 23:08:26 +00:00
opengl.c Fixed some common spelling errors. 2003-07-02 04:37:26 +00:00
palette.c Another portion of HeapReAlloc fixes. 2003-10-15 21:01:05 +00:00
pen.c Implemented SetDCPenColor and SetDCBrushColor. 2003-11-05 01:43:57 +00:00
text.c SLOWORD and SHIWORD do not exist on Win32 (reported by Filip Navara). 2003-09-17 04:28:28 +00:00
xfont.c Fixed warnings with gcc option "-Wwrite-strings". 2003-10-21 23:57:25 +00:00