Roderick Colenbrander : wgl: Add a wine specific WGL extension which allows you to change the pixel format multiple times .
Module: wine Branch: master Commit: f0307d93664b67d8ccff8cc2ad4a44773cab30df URL: http://source.winehq.org/git/wine.git/?a=commit;h=f0307d93664b67d8ccff8cc2ad... Author: Roderick Colenbrander <thunderbird2k(a)gmx.net> Date: Tue Apr 22 22:15:15 2008 +0000 wgl: Add a wine specific WGL extension which allows you to change the pixel format multiple times. --- dlls/gdi32/driver.c | 1 + dlls/gdi32/gdi_private.h | 1 + dlls/gdi32/opengl.c | 22 ++++++++++++++++ dlls/wined3d/context.c | 18 +++++++++++-- dlls/wined3d/directx.c | 4 +++ dlls/winex11.drv/opengl.c | 49 +++++++++++++++++++++++++++++++++++++ dlls/winex11.drv/window.c | 6 +++- dlls/winex11.drv/winex11.drv.spec | 1 + include/wine/wined3d_gl.h | 6 ++++- 9 files changed, 102 insertions(+), 6 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=f0307d93664b67d8ccff8c...
participants (1)
-
Alexandre Julliard