More TODOs.
This commit is contained in:
parent
f2f743824e
commit
df45a8b035
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue