"William Poetra Yoga H" williampoetra@yahoo.com wrote:
This patch is for filling the caption bar (a.k.a. title bar) with gradient colors, like in Win98/WinME/Win2K/WinXP.
I've modified nonclient.c too heavily (work on other parts of it), so this patch may generate offsets or things like that. Please comment on wine-devel. Thanks.
-IMPORTS = gdi32 advapi32 kernel32 ntdll +IMPORTS = msimg32 gdi32 advapi32 kernel32 ntdll
Use gdi32.GdiGradientFill instead of msimg32.GradientFill, the latter one is forwarded to gdi32 anyway.