Skip to content

Commit

Permalink
More TODOs.
Browse files Browse the repository at this point in the history
  • Loading branch information
andlabs committed Oct 25, 2016
1 parent 22caa5e commit 1fbfc9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/page15.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.bottomrightresize, 0, 0.5, 0.5);
drawtrect(p->Context, ta.close, 0.5, 0, 0);

// TODO add current position prints here
}

static void handlerMouseEvent(uiAreaHandler *a, uiArea *area, uiAreaMouseEvent *e)
Expand Down

0 comments on commit 1fbfc9d

Please sign in to comment.