Module: wine Branch: master Commit: 00647af50b898afe5f1a18e4cb514cba06bf4991 URL: http://source.winehq.org/git/wine.git/?a=commit;h=00647af50b898afe5f1a18e4cb...
Author: Alexandre Julliard julliard@winehq.org Date: Fri Jul 8 16:03:59 2011 +0200
winex11: Use the HDC from the gdi_physdev structure.
---
dlls/winex11.drv/bitblt.c | 22 ++++++++-------- dlls/winex11.drv/brush.c | 8 +++--- dlls/winex11.drv/dib.c | 14 +++++----- dlls/winex11.drv/graphics.c | 56 +++++++++++++++++++++--------------------- dlls/winex11.drv/init.c | 11 +++----- dlls/winex11.drv/opengl.c | 26 ++++++++++---------- dlls/winex11.drv/palette.c | 16 +++++------- dlls/winex11.drv/pen.c | 4 +- dlls/winex11.drv/text.c | 2 +- dlls/winex11.drv/x11drv.h | 1 - dlls/winex11.drv/xfont.c | 4 +- dlls/winex11.drv/xrender.c | 26 ++++++++++---------- 12 files changed, 92 insertions(+), 98 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=00647af50b898afe5f1a18...