Merge pull request #86 from khardix/pr/extern-wayland-globals

Mark global wayland constant extern
This commit is contained in:
Jari Vetoniemi 2020-02-07 17:10:25 +09:00 committed by GitHub
commit 543b6c4473
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,8 +33,8 @@ enum mask {
MASK_LAST
};
const char *BM_XKB_MASK_NAMES[MASK_LAST];
const enum mod_bit BM_XKB_MODS[MASK_LAST];
extern const char *BM_XKB_MASK_NAMES[MASK_LAST];
extern const enum mod_bit BM_XKB_MODS[MASK_LAST];
struct xkb {
struct xkb_state *state;