summaryrefslogtreecommitdiff
path: root/new/control.c
diff options
context:
space:
mode:
Diffstat (limited to 'new/control.c')
-rw-r--r--new/control.c9
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