summaryrefslogtreecommitdiff
path: root/new/main_unix.c
diff options
context:
space:
mode:
Diffstat (limited to 'new/main_unix.c')
-rw-r--r--new/main_unix.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/new/main_unix.c b/new/main_unix.c
new file mode 100644
index 0000000..988519a
--- /dev/null
+++ b/new/main_unix.c
@@ -0,0 +1,12 @@
+// 6 april 2015
+#include "ui_unix.h"
+
+void uiMain(void)
+{
+ gtk_main();
+}
+
+void uiQuit(void)
+{
+ gtk_main_quit();
+}