On 06.07.2005 16:44, Dmitry Timoshkov wrote:
It's even worse. user32 can't depend on msimg32 or any other high level
msimg32 is about as high-level as GDI itself... actually, it basically just forwards some functions to GDI. GradientFill() is nothing more than a forwarder to Gdi32.GdiGradientFill.
I'm a bit hesitant to add GdiGradientFill to wingdi.h as this function is practically undocumented, it doesn't appear on MSDN or the Platform SDK's wingdi.h.
-f.r.