From df45a8b0354813038b98446e9d235152bfb721df Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Fri, 10 Oct 2014 17:02:33 -0400 Subject: [PATCH] More TODOs. --- windowspopover/main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/windowspopover/main.c b/windowspopover/main.c index e98e48e..cd9ed7d 100644 --- a/windowspopover/main.c +++ b/windowspopover/main.c @@ -240,7 +240,8 @@ LRESULT CALLBACK popoverproc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) return 0; case msgPopoverPrepareLeftRight: case msgPopoverPrepareTopBottom: - // TODO screen snapping + // TODO window edge detection + // TODO if window was partially offscreen and then moved onscreen, client rect gets fucked up { RECT r; LONG x, y;