Fix for DrawTextExA

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



ChangeLog:
  Pass dtp parameter on from DrawTextExA to DrawTextExW

Index: dlls/user/text.c
===================================================================
RCS file: /home/wine/wine/dlls/user/text.c,v
retrieving revision 1.47
diff -u -r1.47 text.c
--- dlls/user/text.c    5 Sep 2003 23:08:29 -0000       1.47
+++ dlls/user/text.c    12 Dec 2003 23:00:49 -0000
@@ -1040,7 +1040,7 @@
             * change.  U+FFFE is guaranteed to be not a unicode
character and
             * so will not be generated by DrawTextEx itself.
             */
-       ret = DrawTextExW( hdc, wstr, wcount, rect, flags, NULL );
+       ret = DrawTextExW( hdc, wstr, wcount, rect, flags, dtp );
        if (flags & DT_MODIFYSTRING)
        {
             /* Unfortunately the returned string may contain multiple
\0s



[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux