aboutsummaryrefslogtreecommitdiff
path: root/src/locale.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/locale.c
parentb55ce42591ac45a82d2339844631f7a50cedef90 (diff)
downloadskhd-e23811d884b9dae356c84e4515ef52184aa3432c.tar.gz
skhd-e23811d884b9dae356c84e4515ef52184aa3432c.zip
statics..
Diffstat (limited to 'src/locale.c')
-rw-r--r--src/locale.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/locale.c b/src/locale.c
index 3c03f6a..f7aebe3 100644
--- a/src/locale.c
+++ b/src/locale.c
@@ -4,8 +4,9 @@
#include <IOKit/hidsystem/ev_keymap.h>
#define internal static
+#define global static
-internal struct table keymap_table;
+global struct table keymap_table;
internal char *
copy_cfstring(CFStringRef string)