Module: wine Branch: master Commit: 81cd178ae1baea33212acf7d7e8e65d354e50492 URL: http://source.winehq.org/git/wine.git/?a=commit;h=81cd178ae1baea33212acf7d7e...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Jun 25 21:51:16 2012 +0200
winex11: Move ChoosePixelFormat implementation to opengl32 and base it on DescribePixelFormat.
---
dlls/gdi32/opengl.c | 18 ++++ dlls/gdi32/painting.c | 29 ------- dlls/opengl32/wgl.c | 159 +++++++++++++++++++++++++++++++++++- dlls/winex11.drv/opengl.c | 200 +-------------------------------------------- 4 files changed, 175 insertions(+), 231 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=81cd178ae1baea33212acf...