user32: Fix TabbedTextOut.
commit521cba2bc7b9382580a41ac6b238196086205d73
authorMikołaj Zalewski <mikolaj@zalewski.pl>
Wed, 2 May 2007 18:30:43 +0000 (2 20:30 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 3 May 2007 12:36:20 +0000 (3 14:36 +0200)
tree0b0171e5f970c8f3e8fe6be38c8e90372898d694
parent7ca4e025e7b011489bf2a2b82e2d81aab81ba885
user32: Fix TabbedTextOut.

The TEXT_TabbedTextOut didn't set correctly the text starting point
(x0) for left-aligned tabs and was ignoring the last tab. I've also
changed GetTextMetricsA to W as this should be slightly faster.
dlls/user32/text.c