Alexandre Julliard : gdi32: Move DescribePixelFormat and SetPixelFormat to the WGL driver.
Module: wine Branch: master Commit: 96e80c26230dd3ce27ee3d58fdbc871fd555511d URL: http://source.winehq.org/git/wine.git/?a=commit;h=96e80c26230dd3ce27ee3d58fd... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Mon Jul 30 21:53:37 2012 +0200 gdi32: Move DescribePixelFormat and SetPixelFormat to the WGL driver. --- dlls/gdi32/dibdrv/dc.c | 2 - dlls/gdi32/dibdrv/dibdrv.h | 2 - dlls/gdi32/dibdrv/opengl.c | 52 ++++++++++++++----------------------------- dlls/gdi32/driver.c | 12 ---------- dlls/gdi32/enhmfdrv/init.c | 2 - dlls/gdi32/freetype.c | 2 - dlls/gdi32/mfdrv/init.c | 2 - dlls/gdi32/painting.c | 40 ++++++++++---------------------- dlls/gdi32/path.c | 2 - dlls/opengl32/make_opengl | 9 +++++++ dlls/opengl32/opengl_ext.c | 1 + dlls/opengl32/opengl_norm.c | 5 ++++ dlls/opengl32/wgl.c | 40 ++++++++++++++++---------------- dlls/wineps.drv/init.c | 2 - dlls/winex11.drv/init.c | 27 ---------------------- dlls/winex11.drv/opengl.c | 31 ++++++++++++++----------- dlls/winex11.drv/xrender.c | 2 - include/wine/gdi_driver.h | 4 +-- include/wine/wgl_driver.h | 4 ++- 19 files changed, 86 insertions(+), 155 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=96e80c26230dd3ce27ee3d...
participants (1)
-
Alexandre Julliard