Module: wine Branch: master Commit: 0045ec9dfb29a36e7b00357c90f3b57f642506e1 URL: http://source.winehq.org/git/wine.git/?a=commit;h=0045ec9dfb29a36e7b00357c90...
Author: Alexandre Julliard julliard@winehq.org Date: Fri Jun 29 12:29:55 2012 +0200
opengl32: Use proper handles for GL contexts and pass a context pointer to the WGL driver functions.
---
dlls/gdi32/driver.c | 15 ++-- dlls/opengl32/tests/opengl.c | 2 +- dlls/opengl32/wgl.c | 168 ++++++++++++++++++++++++++++++++++++------ dlls/winex11.drv/opengl.c | 107 ++++++++++----------------- include/wine/gdi_driver.h | 24 +++--- 5 files changed, 206 insertions(+), 110 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=0045ec9dfb29a36e7b0035...