gdi32 : Questions about SetDIBColorTable and GetDIBColorTable

2007-04-16 Thread Laurent Vromman
Hi, I am looking deeper inside gdi32 in order to continue helping wine after my first try on WidenPath. Something looks strange to me in SetDIBColorTable and GetDIBColorTable. GetDIBColorTable is structured like this : if (dc-funcs-pGetDIBColorTable) result = dc-funcs-pGetDIBColorTable;

Re: gdi32 : Questions about SetDIBColorTable and GetDIBColorTable

2007-04-16 Thread Alexandre Julliard
Laurent Vromman [EMAIL PROTECTED] writes: Whatever happen next, the local implementation is used. Then if pGetDIBColorTable is available, it is used too. I see here a second call for the same thing, even if the local implementation succeed. Moreover, the result of dc-funcs-pGetDIBColorTable