summaryrefslogtreecommitdiffstats
path: root/src/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/globals.h')
-rw-r--r--src/globals.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/globals.h b/src/globals.h
index b943238..60f3d31 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -54,6 +54,14 @@ extern QString urlBase;
extern bool _fullscreen;
+#define TEMPLATES_IGNORE (0)
+#define TEMPLATES_BUMP (1)
+extern int g_templateHandling;
+#define LOCATION_IGNORE (0)
+#define LOCATION_BUMP (1)
+#define LOCATION_EXCLUSIVE (2)
+extern int g_forLocationHandling;
+
bool myLessThan(Session* a, Session* b);
#endif