Module: wine Branch: master Commit: 10c84dfe3ba9bb2d0057d05d615397be6076b7a1 URL: http://source.winehq.org/git/wine.git/?a=commit;h=10c84dfe3ba9bb2d0057d05d61...
Author: Dmitry Timoshkov dmitry@baikal.ru Date: Tue Aug 21 11:02:06 2012 +0900
gdiplus: Rename roundr() to gdip_round() to make it clearer that it's an internal helper.
---
dlls/gdiplus/brush.c | 20 +++++++++--------- dlls/gdiplus/gdiplus.c | 6 ++-- dlls/gdiplus/gdiplus_private.h | 2 +- dlls/gdiplus/graphics.c | 42 ++++++++++++++++++++-------------------- dlls/gdiplus/graphicspath.c | 14 ++++++------ dlls/gdiplus/image.c | 8 +++--- dlls/gdiplus/matrix.c | 8 +++--- dlls/gdiplus/region.c | 10 ++++---- 8 files changed, 55 insertions(+), 55 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=10c84dfe3ba9bb2d0057d0...