mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-23 01:40:12 -05:00
pgo: fix function prototype for stub function get_current_modifiers()
This commit is contained in:
parent
4b075bb075
commit
af114f81a0
1 changed files with 2 additions and 1 deletions
|
|
@ -173,7 +173,8 @@ void search_selection_cancelled(struct terminal *term) {}
|
|||
|
||||
void get_current_modifiers(const struct seat *seat,
|
||||
xkb_mod_mask_t *effective,
|
||||
xkb_mod_mask_t *consumed, uint32_t key) {}
|
||||
xkb_mod_mask_t *consumed, uint32_t key,
|
||||
bool filter_locked) {}
|
||||
|
||||
static struct key_binding_set kbd;
|
||||
static bool kbd_initialized = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue