mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-30 11:08:33 -05:00
Remove input.last_active_view
This commit is contained in:
parent
4bee96bd30
commit
315c01ba0f
4 changed files with 5 additions and 7 deletions
|
|
@ -24,9 +24,6 @@ void view_destroy(struct roots_view *view) {
|
|||
input->active_view = NULL;
|
||||
input->mode = ROOTS_CURSOR_PASSTHROUGH;
|
||||
}
|
||||
if (input->last_active_view == view) {
|
||||
input->last_active_view = NULL;
|
||||
}
|
||||
|
||||
for (size_t i = 0; i < desktop->views->length; ++i) {
|
||||
struct roots_view *_view = desktop->views->items[i];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue