From 5b929084f8b80409ee39d21ef80f562042807e0b Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 7 Apr 2015 13:22:46 -0400 Subject: Tied everything together. Now to fix build issues. --- new/main_unix.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'new/main_unix.c') 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); +} -- cgit v1.2.3