Re: [PATCH 2/2] user32/uitools: Fix FillRect behaviour for invalid brush passed
30 Dec
2009
30 Dec
'09
12:44 p.m.
Nikolay Sivov <bunglehead(a)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(a)winehq.org
30 Dec
30 Dec
12:48 p.m.
New subject: [PATCH 2/2] user32/uitools: Fix FillRect behaviour for invalid brush passed
On 12/30/2009 15:44, Alexandre Julliard wrote:
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.
Ok.
5827
Age (days ago)
5827
Last active (days ago)
1 comments
2 participants
participants (2)
-
Alexandre Julliard -
Nikolay Sivov