[PATCH 2/2] winemac: Fix an off-by-one error in macdrv_wglChoosePixelFormatARB().

Ken Thomases ken at codeweavers.com
Wed Apr 24 20:18:43 CDT 2013


Pixel formats are 1-based, but I had been returning a 0-based index.
---
dlls/winemac.drv/opengl.c |    4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-winemac-Fix-an-off-by-one-error-in-macdrv_wglChooseP.patch
Type: text/x-patch
Size: 653 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20130424/363fccc2/attachment.bin>


More information about the wine-patches mailing list