[PATCH 1/3] winex11: Maintain the swap interval when the drawable is recreated.

Ken Thomases ken at codeweavers.com
Mon Mar 31 21:46:48 CDT 2014


The swap interval is a property of the GLX drawable, which is destroyed and
recreated by set_gl_drawable_parent() and wglSetPixelFormatWINE().  When that
happens, copy the interval from the old gl_drawable and apply it at the next
call to wglSwapBuffers().
---
dlls/winex11.drv/opengl.c | 82 ++++++++++++++++++++++++++++++-----------------
1 file changed, 52 insertions(+), 30 deletions(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-winex11-Maintain-the-swap-interval-when-the-drawable.patch
Type: text/x-patch
Size: 4546 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20140331/c7073647/attachment.bin>


More information about the wine-patches mailing list