aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index a33650ae0..28cce4b71 100644
--- a/src/main.c
+++ b/src/main.c
@@ -75,6 +75,8 @@
#include <locale.h>
#endif
+GMainLoop *main_loop;
+
static void changeToUser(void)
{
#ifndef WIN32
@@ -207,7 +209,6 @@ main_notify_triggered(void)
int main(int argc, char *argv[])
{
Options options;
- GMainLoop *main_loop;
clock_t start;
GTimer *save_state_timer;