diff options
| author | Pietro Gagliardi <[email protected]> | 2015-04-06 12:26:17 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-04-06 12:26:17 -0400 |
| commit | 95440a3be135d1b34e1fe8b8f06315e65f26c168 (patch) | |
| tree | 6590f8a14bcc94bce5d323b5c6e8e02378636670 /new/main_unix.c | |
| parent | 2f2836fa65e598435bbe395a44824c39efe0b198 (diff) | |
Renamed some files. More TODOs.
Diffstat (limited to 'new/main_unix.c')
| -rw-r--r-- | new/main_unix.c | 12 |
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(); +} |
