diff options
| author | Pietro Gagliardi <[email protected]> | 2014-10-09 15:49:23 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-10-09 15:49:23 -0400 |
| commit | a1a0616b5d6ad0183ab21f2947691eaa182c701d (patch) | |
| tree | cae4510989b3912376071d90f7d181b4a2d415bd | |
| parent | c2b034ccf9bbc6edafafaa5c64ad82cb03546f31 (diff) | |
More Windows popover work.
| -rw-r--r-- | windowspopover/main.c | 2 |
1 files changed, 0 insertions, 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: |
