Alexandre Julliard : gdi32: Move the SwapBuffers entry point to the OpenGL driver.

Alexandre Julliard julliard at winehq.org
Mon Sep 10 15:22:09 CDT 2012


Module: wine
Branch: master
Commit: 05c32b9b89b2abebde2d665863b4c959b064d064
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=05c32b9b89b2abebde2d665863b4c959b064d064

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Fri Sep  7 21:11:55 2012 +0200

gdi32: Move the SwapBuffers entry point to the OpenGL driver.

---

 dlls/gdi32/dibdrv/dc.c      |    2 --
 dlls/gdi32/dibdrv/opengl.c  |    9 +++++++++
 dlls/gdi32/driver.c         |    6 ------
 dlls/gdi32/enhmfdrv/init.c  |    1 -
 dlls/gdi32/freetype.c       |    1 -
 dlls/gdi32/mfdrv/init.c     |    1 -
 dlls/gdi32/painting.c       |   15 ++-------------
 dlls/gdi32/path.c           |    1 -
 dlls/opengl32/make_opengl   |    1 +
 dlls/opengl32/opengl_norm.c |    2 ++
 dlls/opengl32/wgl.c         |   27 +++++++++++++--------------
 dlls/wineps.drv/init.c      |    1 -
 dlls/winex11.drv/init.c     |    1 -
 dlls/winex11.drv/opengl.c   |   31 +++++++++++++------------------
 dlls/winex11.drv/xrender.c  |    1 -
 include/wine/gdi_driver.h   |    3 +--
 include/wine/wgl_driver.h   |    3 ++-
 17 files changed, 43 insertions(+), 63 deletions(-)

Diff:   http://source.winehq.org/git/wine.git/?a=commitdiff;h=05c32b9b89b2abebde2d665863b4c959b064d064



More information about the wine-cvs mailing list