More TODOs.

This commit is contained in:
Pietro Gagliardi 2014-10-10 17:02:33 -04:00
parent f2f743824e
commit df45a8b035
1 changed files with 2 additions and 1 deletions

View File

@ -240,7 +240,8 @@ LRESULT CALLBACK popoverproc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
return 0; return 0;
case msgPopoverPrepareLeftRight: case msgPopoverPrepareLeftRight:
case msgPopoverPrepareTopBottom: 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; RECT r;
LONG x, y; LONG x, y;