aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2014-04-24 21:35:16 +0200
committerGuido Günther <agx@sigxcpu.org>2014-04-24 21:35:16 +0200
commitc1c26dcf9544dd2a198115a520bd5808088d52be (patch)
tree4bc2f85aefdec161d691b489ff116ec47c88b4d5 /src/main.c
Initial commit
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
new file mode 100644
index 0000000..be59b2d
--- /dev/null
+++ b/src/main.c
@@ -0,0 +1,8 @@
+#include <gtk/gtk.h>
+#include <uplanfahr.h>
+
+int
+main (int argc, char *argv[])
+{
+ return g_application_run (G_APPLICATION (u_plan_fahr_new ()), argc, argv);
+}