mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
pgo: stub get_current_modifiers()
This commit is contained in:
parent
ecfff42300
commit
81233e092c
1 changed files with 5 additions and 0 deletions
|
|
@ -160,6 +160,11 @@ shm_chain_new(struct wl_shm *shm, bool scrollable, size_t pix_instances)
|
|||
|
||||
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) {}
|
||||
|
||||
|
||||
int
|
||||
main(int argc, const char *const *argv)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue