Module: wine Branch: master Commit: 8cfc5befc986e8a730c4261f5b743176d21b794f URL: http://source.winehq.org/git/wine.git/?a=commit;h=8cfc5befc986e8a730c4261f5b...
Author: Vincent Povirk vincent@codeweavers.com Date: Tue Aug 11 16:10:12 2009 -0500
windowscodecs: Implement CreateNewFrame for BMP encoder.
---
dlls/windowscodecs/Makefile.in | 1 + dlls/windowscodecs/bmpencode.c | 182 +++++++++++++++++++++++++++++++- dlls/windowscodecs/propertybag.c | 147 ++++++++++++++++++++++++++ dlls/windowscodecs/wincodecs_private.h | 2 + 4 files changed, 330 insertions(+), 2 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=8cfc5befc986e8a730c426...