Home | Info | Community | Development | myReactOS | Contact Us
[protected, virtual]
Reimplemented from StartMenu.
Definition at line 1811 of file startmenu.cpp.
{ switch(nmsg) { case WM_PAINT: { PaintCanvas canvas(_hwnd); Paint(canvas); break;} case WM_DISPLAYCHANGE: // re-evaluate logo size using the correct color depth ReadLogoSize(); break; default: return super::WndProc(nmsg, wparam, lparam); } return 0; }