[PATCH 2/2] user32/uitools: Fix FillRect behaviour for invalid brush passed

Alexandre Julliard julliard at winehq.org
Wed Dec 30 06:44:50 CST 2009


Nikolay Sivov <bunglehead at gmail.com> writes:

> diff --git a/dlls/user32/tests/Makefile.in b/dlls/user32/tests/Makefile.in
> index 102653f..4f4e812 100644
> --- a/dlls/user32/tests/Makefile.in
> +++ b/dlls/user32/tests/Makefile.in
> @@ -19,6 +19,7 @@ CTESTS = \
>  	input.c \
>  	listbox.c \
>  	menu.c \
> +	misc.c \
>  	monitor.c \
>  	msg.c \
>  	resource.c \

Names like misc.c should be avoided. Something like uitools.c would be
preferable, particularly since that's where the tested function resides
in user32.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list