Module: wine Branch: master Commit: 191cd773202357edce7d27d92fa0c7c160a473be URL: http://source.winehq.org/git/wine.git/?a=commit;h=191cd773202357edce7d27d92f...
Author: Alexandre Julliard julliard@winehq.org Date: Wed May 23 23:55:17 2012 +0200
winex11: Remove the support for device-dependent bitmaps.
---
dlls/winex11.drv/Makefile.in | 1 - dlls/winex11.drv/bitblt.c | 27 ++---- dlls/winex11.drv/bitmap.c | 214 ------------------------------------------ dlls/winex11.drv/init.c | 13 +-- dlls/winex11.drv/opengl.c | 2 +- dlls/winex11.drv/x11drv.h | 21 ---- dlls/winex11.drv/xrender.c | 22 +---- dlls/winex11.drv/xvidmode.c | 10 -- 8 files changed, 17 insertions(+), 293 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=191cd773202357edce7d27...