skins(Win32): Process events in the winProc (instead of the message loop)
Events like WM_PAINT should be processed in the WinProc, because some functions directly call the WinProc (e.g UpdateWindow())
Showing
This diff is collapsed.
Please register or sign in to comment