More TODOs.

This commit is contained in:
Pietro Gagliardi 2016-10-25 01:00:18 -04:00
parent 22caa5e502
commit 1fbfc9dd67
1 changed files with 2 additions and 0 deletions

View File

@ -87,6 +87,8 @@ static void handlerDraw(uiAreaHandler *a, uiArea *area, uiAreaDrawParams *p)
drawtrect(p->Context, ta.bottomleftresize, 0, 0.5, 0.5); drawtrect(p->Context, ta.bottomleftresize, 0, 0.5, 0.5);
drawtrect(p->Context, ta.bottomrightresize, 0, 0.5, 0.5); drawtrect(p->Context, ta.bottomrightresize, 0, 0.5, 0.5);
drawtrect(p->Context, ta.close, 0.5, 0, 0); drawtrect(p->Context, ta.close, 0.5, 0, 0);
// TODO add current position prints here
} }
static void handlerMouseEvent(uiAreaHandler *a, uiArea *area, uiAreaMouseEvent *e) static void handlerMouseEvent(uiAreaHandler *a, uiArea *area, uiAreaMouseEvent *e)