[PATCH 1/7] wined3d: Restore the pixel format of the window whose pixel format was actually changed. (try 2)

Ken Thomases ken at codeweavers.com
Thu Feb 13 17:31:22 CST 2014


The code had been restoring the pixel format of the window targeted by the
app's current GL context, if any.  If there were no current GL context or if it
were targeting a different window, then the pixel format of the window targeted
by wined3d would not be restored.

try 2: restore a return statement that I had removed accidentally
---
dlls/wined3d/context.c         | 87 +++++++++++++++++++++++++++++++-----------
dlls/wined3d/wined3d_private.h |  1 +
2 files changed, 65 insertions(+), 23 deletions(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-wined3d-Restore-the-pixel-format-of-the-window-whose.patch
Type: text/x-patch
Size: 7826 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20140213/d9fded4b/attachment.bin>


More information about the wine-patches mailing list