Module: wine Branch: master Commit: 77646173a0a6e12a6a52857aa34029228f82d959 URL: http://source.winehq.org/git/wine.git/?a=commit;h=77646173a0a6e12a6a52857aa3...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Wed Oct 8 08:47:18 2014 +0200
wined3d: Move the color key conversion helpers to util.c.
---
dlls/wined3d/surface.c | 215 +---------------------------------------- dlls/wined3d/utils.c | 201 ++++++++++++++++++++++++++++++++++++++ dlls/wined3d/wined3d_private.h | 9 ++ 3 files changed, 214 insertions(+), 211 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=77646173a0a6e12a6a5285...