aboutsummaryrefslogtreecommitdiff
path: root/src/hotkey.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hotkey.c')
-rw-r--r--src/hotkey.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/hotkey.c b/src/hotkey.c
index 2f0df3a..9b6b85a 100644
--- a/src/hotkey.c
+++ b/src/hotkey.c
@@ -1,6 +1,7 @@
#include "hotkey.h"
#define internal static
+#define global static
#define HOTKEY_FOUND ((1) << 0)
#define MODE_CAPTURE(a) ((a) << 1)
@@ -13,8 +14,8 @@
#define LMOD_OFFS 1
#define RMOD_OFFS 2
-internal char arg[] = "-c";
-internal char *shell = NULL;
+global char arg[] = "-c";
+global char *shell = NULL;
internal uint32_t cgevent_lrmod_flag[] =
{