Fix keybinds init when building without X11

pull/197/head
jackun 4 years ago
parent 5ad67fe446
commit 15ed8df404
No known key found for this signature in database
GPG Key ID: 119DB3F1D05A9ED3

@ -114,9 +114,9 @@ parse_reload_cfg(const char *str)
return parse_string_to_keysym_vec(str);
}
#else
#define parse_toggle_hud(x) 0
#define parse_toggle_logging(x) 0
#define parse_reload_cfg(x) 0
#define parse_toggle_hud(x) {}
#define parse_toggle_logging(x) {}
#define parse_reload_cfg(x) {}
#endif
static uint32_t

Loading…
Cancel
Save