From 414c109d650a1014e7b84dfb66a00df420d67c97 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Wed, 20 Jan 2016 16:43:34 +0100 Subject: Remodel section handling: Use constants --- src/globals.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/globals.h') 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 -- cgit v1.2.3-55-g7522