[PATCH 2/8] wined3d: Remove redundant call to context_set_pixel_format() from context_update_window().

Ken Thomases ken at codeweavers.com
Wed Feb 19 16:13:48 CST 2014


It calls context_set_gl_context() just after and that starts with a call to
context_set_pixel_format().  Also, context_update_window() didn't do the
right thing (fall back to swapchain backup DC) if context_set_pixel_format()
fails.
---
dlls/wined3d/context.c |    7 -------
1 files changed, 0 insertions(+), 7 deletions(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-wined3d-Remove-redundant-call-to-context_set_pixel_f.patch
Type: text/x-patch
Size: 569 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20140219/6988cad0/attachment.bin>


More information about the wine-patches mailing list