aboutsummaryrefslogtreecommitdiff
path: root/src/hotkey.c
diff options
context:
space:
mode:
authorkoekeishiya <aasvi93@hotmail.com>2019-03-02 10:33:53 +0100
committerkoekeishiya <aasvi93@hotmail.com>2019-03-02 10:33:53 +0100
commite23811d884b9dae356c84e4515ef52184aa3432c (patch)
treec958c07378b6b613536cceff79912382daff32ba /src/hotkey.c
parentb55ce42591ac45a82d2339844631f7a50cedef90 (diff)
downloadskhd-e23811d884b9dae356c84e4515ef52184aa3432c.tar.gz
skhd-e23811d884b9dae356c84e4515ef52184aa3432c.zip
statics..
Diffstat (limited to '')
-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[] =
{