Module: wine Branch: master Commit: ff307d573acd7d6472844925a8ed740d485d3aa5 URL: http://source.winehq.org/git/wine.git/?a=commit;h=ff307d573acd7d6472844925a8...
Author: Huw Davies huw@codeweavers.com Date: Tue Aug 23 11:16:30 2011 +0100
gdi32: Move the dib driver's GetImage and PutImage to a new source file.
---
dlls/gdi32/Makefile.in | 1 + dlls/gdi32/dibdrv/bitblt.c | 280 ++++++++++++++++++++++++++++++++++++++++++++ dlls/gdi32/dibdrv/dc.c | 261 +---------------------------------------- dlls/gdi32/dibdrv/dibdrv.h | 12 ++ 4 files changed, 297 insertions(+), 257 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=ff307d573acd7d64728449...