Module: wine Branch: master Commit: 1bca4fb5aeff73740a3cb89b878d8f42bdc55719 URL: http://source.winehq.org/git/wine.git/?a=commit;h=1bca4fb5aeff73740a3cb89b87...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Jun 25 11:58:53 2012 +0200
winex11: Move the wglUseFontBitmaps implementation to opengl32, it's no longer driver-dependent.
---
dlls/opengl32/wgl.c | 143 ++++++++++++++++++++++++++++++++++++++------ dlls/winex11.drv/opengl.c | 139 +------------------------------------------- 2 files changed, 125 insertions(+), 157 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=1bca4fb5aeff73740a3cb8...