diff options
| author | Pietro Gagliardi <[email protected]> | 2015-04-07 22:19:24 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-04-07 22:19:24 -0400 |
| commit | 002d95c2c26823c200bc672a5dc1011004308e32 (patch) | |
| tree | f13ca3fd60fe91af5d6413467b4347315d4f5a73 /new/control.c | |
| parent | 5719004a9720f33a8118133292fe451d273e1063 (diff) | |
Resolved a bunch of TODOs. Added one.
Diffstat (limited to 'new/control.c')
| -rw-r--r-- | new/control.c | 9 |
1 files changed, 9 insertions, 0 deletions
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 |
