Pass up WM_DRAWITEM messages to parent.

This commit is contained in:
Marcus Meissner 2000-11-04 02:54:32 +00:00 committed by Alexandre Julliard
parent e2b4efbd02
commit 6e9c506f4e
1 changed files with 2 additions and 0 deletions

View File

@ -2453,6 +2453,8 @@ REBAR_WindowProc (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
case WM_SIZE:
return REBAR_Size (hwnd, wParam, lParam);
case WM_DRAWITEM:
return SendMessageA(GetParent(hwnd),uMsg,wParam,lParam);
/* case WM_TIMER: */