mirror of
https://github.com/swaywm/sway.git
synced 2025-11-20 06:59:46 -05:00
input/seat: drop exclusive_client
This was a input-inhibit concept.
This commit is contained in:
parent
a6ef12d968
commit
dbd70faf2e
6 changed files with 4 additions and 18 deletions
|
|
@ -155,11 +155,6 @@ static void handle_abandon(struct wl_listener *listener, void *data) {
|
|||
wl_list_remove(&server.session_lock.lock_unlock.link);
|
||||
wl_list_remove(&server.session_lock.lock_destroy.link);
|
||||
|
||||
struct sway_seat *seat;
|
||||
wl_list_for_each(seat, &server.input->seats, link) {
|
||||
seat->exclusive_client = NULL;
|
||||
}
|
||||
|
||||
// redraw everything
|
||||
for (int i = 0; i < root->outputs->length; ++i) {
|
||||
struct sway_output *output = root->outputs->items[i];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue