Re: Simplify dlls/comctl32/rebar.c (RESEND)

2009-05-11 Thread Dmitry Timoshkov
"Gerald Pfeifer" wrote: static LRESULT -REBAR_GetPalette (const REBAR_INFO *infoPtr, WPARAM wParam, LPARAM lParam) +REBAR_GetPalette () { (void) is mandatory, please don't omit it. -- Dmitry.

Re: Simplify dlls/comctl32/rebar.c

2009-02-03 Thread Gerald Pfeifer
On Mon, 2 Feb 2009, Francois Gouget wrote: >> /* case RB_SETCOLORSCHEME: */ >> /* case RB_SETPALETTE: */ >> -/* return REBAR_GetPalette (infoPtr, wParam, lParam); */ >> >> case RB_SETPARENT: > Once the commented out return has been removed it looks like > RB_SETCOLORSCHEME and RB_S

Re: Simplify dlls/comctl32/rebar.c

2009-02-02 Thread Francois Gouget
On Fri, 30 Jan 2009, Gerald Pfeifer wrote: > (It's not clear which parameters we'd really need if it is ever fully > implemented.) > > ChangeLog: > Simplify. [...] > > Index: dlls/comctl32/rebar.c [...] > @@ -3618,7 +3618,6 @@ REBAR_WindowProc (HWND hwnd, UINT uMsg, > > /* case RB_SETCOLOR