pgo: stub get_current_modifiers()

This commit is contained in:
Daniel Eklöf 2021-12-04 18:29:58 +01:00
parent ecfff42300
commit 81233e092c
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -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)
{