Gradient Color for Caption Bar

Dmitry Timoshkov dmitry at baikal.ru
Tue Oct 26 18:38:48 CDT 2004


"William Poetra Yoga H" <williampoetra at 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.

-- 
Dmitry.




More information about the wine-devel mailing list