From 002d95c2c26823c200bc672a5dc1011004308e32 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 7 Apr 2015 22:19:24 -0400 Subject: Resolved a bunch of TODOs. Added one. --- new/control.c | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 new/control.c (limited to 'new/control.c') diff --git a/new/control.c b/new/control.c new file mode 100644 index 0000000..c3ee677 --- /dev/null +++ b/new/control.c @@ -0,0 +1,9 @@ +// 7 april 2015 +#include "uipriv.h" + +uintptr_t uiControlHandle(uiControl *c) +{ + return (*(c->handle))(c); +} + +// TODO do this for the others -- cgit v1.2.3