summaryrefslogtreecommitdiff
path: root/new/main_unix.c
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2015-04-07 13:22:46 -0400
committerPietro Gagliardi <[email protected]>2015-04-07 13:22:46 -0400
commit5b929084f8b80409ee39d21ef80f562042807e0b (patch)
tree513a6bbf595a0b43dc6fcc4ec9fa620f1116cdb1 /new/main_unix.c
parent587da1f40fd7aa64119657c30017da4a63eb1a68 (diff)
Tied everything together. Now to fix build issues.
Diffstat (limited to 'new/main_unix.c')
-rw-r--r--new/main_unix.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/new/main_unix.c b/new/main_unix.c
index 90374c7..aae049b 100644
--- a/new/main_unix.c
+++ b/new/main_unix.c
@@ -12,3 +12,9 @@ void uiQuit(void)
{
gtk_main_quit();
}
+
+// TODO move somewhere else
+uintptr_t uiControlHandle(uiControl *c)
+{
+ return (*(c->handle))(c);
+}