Remove seat->nr_inhibited_keybind_views

This commit is contained in:
tokyo4j 2025-07-24 01:18:36 +09:00 committed by Hiroaki Yamamoto
parent f7702af9e4
commit 73095f75cb
3 changed files with 1 additions and 11 deletions

View file

@ -129,9 +129,6 @@ struct seat {
struct wlr_pointer_constraint_v1 *current_constraint;
/* In support for ToggleKeybinds */
uint32_t nr_inhibited_keybind_views;
/* Used to hide the workspace OSD after switching workspaces */
struct wl_event_source *workspace_osd_timer;
bool workspace_osd_shown_by_modifier;