More notes.

This commit is contained in:
Pietro Gagliardi 2016-11-02 08:23:26 -04:00
parent 7199d4c847
commit 503e5d7768
1 changed files with 2 additions and 0 deletions

View File

@ -83,6 +83,8 @@ static void handleResizeBottom(NSRect *frame, NSPoint old, NSPoint new)
struct onResizeDragParams {
NSWindow *w;
// using the previous point causes weird issues like the mouse seeming to fall behind the window edge... so do this instead
// TODO will this make things like the menubar and dock easier too?
NSRect initialFrame;
NSPoint initialPoint;
uiWindowResizeEdge edge;