diff options
| author | Pietro Gagliardi <[email protected]> | 2014-10-10 17:02:33 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-10-10 17:02:33 -0400 |
| commit | df45a8b0354813038b98446e9d235152bfb721df (patch) | |
| tree | 06dc3e3b37f1a14a3b049dd5417693f18ec6db47 /windowspopover/main.c | |
| parent | f2f743824e9581e86a6b12564b2e0b8434c38043 (diff) | |
More TODOs.
Diffstat (limited to 'windowspopover/main.c')
| -rw-r--r-- | windowspopover/main.c | 3 |
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; |
