"Frank Richter" frank.richter@gmail.com wrote:
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.
Well, if you inspect Wine headers (or better Wine source) close enough, you will find that it has a lot of undocumented things. There should not be any hesitation at all IMO in adding a prototype for already implemented API.