summaryrefslogtreecommitdiff
path: root/windowspopover/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'windowspopover/main.c')
-rw-r--r--windowspopover/main.c3
1 files changed, 2 insertions, 1 deletions
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;