From 1fbfc9dd67fa7d7c47eb29afa970d0425e7b9925 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 25 Oct 2016 01:00:18 -0400 Subject: [PATCH] More TODOs. --- test/page15.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/page15.c b/test/page15.c index 2c9728bf..e703bee2 100644 --- a/test/page15.c +++ b/test/page15.c @@ -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)