Re: PATCH: Implement some missing stuffs (reformated)
23 Mar
2003
23 Mar
'03
9:32 a.m.
BigBun wrote: your reformating is wrong (the long lines are wrapped)
case TCM_SETPADDING: - FIXME("Unimplemented msg TCM_SETPADDING\n"); + TabCtrl_SetPadding (hwnd, wParam, lParam); return 0;
this is wrong... TabCtrl_SetPadding is defined as: #define TabCtrl_SetPadding(hwnd, cx, cy) \ (void)SNDMSGA((hwnd), TCM_SETPADDING, 0, MAKELPARAM(cx, cy)) so, this code will resend the TCM_SETPADDING while processing the TCM_SETPADDING
- get_server_window_text( hwnd, lpString, nMaxCount ); + get_server_window_text( hwnd, lpString, nMaxCount );
you could also clean up your patch and remove the no op diffs A+ -- Eric Pouech
8390
Age (days ago)
8390
Last active (days ago)
0 comments
1 participants
participants (1)
-
Eric Pouech