More Windows popover work.

This commit is contained in:
Pietro Gagliardi 2014-10-09 15:49:23 -04:00
parent c2b034ccf9
commit a1a0616b5d
1 changed files with 0 additions and 2 deletions

View File

@ -78,8 +78,6 @@ LRESULT CALLBACK popoverproc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
SetWindowRgn(hwnd, region, TRUE);
ReleaseDC(hwnd, dc);
return 0;
case WM_NCCALCSIZE:
break;
case WM_ERASEBKGND:
return (LRESULT) NULL;
case WM_PAINT: