Dmitry Timoshkov : gdiplus: Fix the convert_unit() comment to reflect its functionality.

Alexandre Julliard julliard at winehq.org
Tue Jul 3 10:58:25 CDT 2012


Module: wine
Branch: master
Commit: 1f3b53c5d826fa5de4c10642cf6f2416de54dc67
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=1f3b53c5d826fa5de4c10642cf6f2416de54dc67

Author: Dmitry Timoshkov <dmitry at baikal.ru>
Date:   Tue Jul  3 17:33:41 2012 +0900

gdiplus: Fix the convert_unit() comment to reflect its functionality.

---

 dlls/gdiplus/gdiplus.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/gdiplus/gdiplus.c b/dlls/gdiplus/gdiplus.c
index 56d8330..11ae2d8 100644
--- a/dlls/gdiplus/gdiplus.c
+++ b/dlls/gdiplus/gdiplus.c
@@ -317,7 +317,7 @@ GpStatus hresult_to_status(HRESULT res)
     }
 }
 
-/* converts a given unit to its value in pixels */
+/* converts a given unit to its value in inches */
 REAL convert_unit(REAL logpixels, GpUnit unit)
 {
     switch(unit)




More information about the wine-cvs mailing list