From a1a0616b5d6ad0183ab21f2947691eaa182c701d Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 9 Oct 2014 15:49:23 -0400 Subject: [PATCH] More Windows popover work. --- windowspopover/main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/windowspopover/main.c b/windowspopover/main.c index 2697dd4..ae6f28b 100644 --- a/windowspopover/main.c +++ b/windowspopover/main.c @@ -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: