Sweden-Number/dlls/user32/tests
Zhiyi Zhang 5dfacee5cc user32: Return 1 in DrawTextEx() when calculated offset is 0.
The return value 0 in DrawTextEx() indicates failure.
Should the offset from the bottom of the drawn text to top of
the rectangle happens to be 0, return 1 instead. So that it doesn't
indicate failure incidentally.

Signed-off-by: Zhiyi Zhang <zzhang@codeweavers.com>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-06-04 16:26:12 +02:00
..
Makefile.in
broadcast.c user32/tests: Drop nonsensical broadcast tests that fail on Windows 10. 2018-04-30 10:41:44 +02:00
class.c user32: Avoid touching last error on successful path of GetClassInfo(). 2018-05-08 10:51:31 +02:00
clipboard.c
combo.c
cursoricon.c include: Make ARRAY_SIZE() available in wine/test.h. 2018-05-25 12:09:17 +02:00
dce.c user32/tests: Also test device caps on a released DC. 2018-02-27 18:21:00 +01:00
dde.c
dialog.c user32: Don't convert message arguments when calling dialog procedure. 2018-02-19 16:57:53 +01:00
edit.c
generated.c
input.c
listbox.c user32/tests: Add listbox WM_MEASUREITEM tests. 2018-03-01 09:58:00 +01:00
menu.c user32/tests: Remove the rest of skips in menu tests. 2018-04-09 10:02:44 +02:00
monitor.c
msg.c user32: Take into account the offset between old and new parent in SetParent(). 2018-05-07 12:00:17 +02:00
resource.c
resource.rc
scroll.c
static.c
sysparams.c user32: Store the window DPI in the server. 2018-05-17 14:10:23 +02:00
test_mono.bmp
text.c user32: Return 1 in DrawTextEx() when calculated offset is 0. 2018-06-04 16:26:12 +02:00
uitools.c
win.c user32/tests: Add a trailing '\n' to an ok() call. 2018-04-30 20:41:59 +02:00
winstation.c
wsprintf.c