mirror of
https://github.com/labwc/labwc.git
synced 2026-02-23 01:40:18 -05:00
seat: remove seat_focused_surface()
This commit is contained in:
parent
7eb33334d2
commit
8e2b3ea89a
5 changed files with 6 additions and 12 deletions
|
|
@ -76,7 +76,7 @@ focus_view(struct view *view)
|
|||
return;
|
||||
}
|
||||
if (prev_surface) {
|
||||
set_activated(wlr_seat->keyboard_state.focused_surface, false);
|
||||
set_activated(prev_surface, false);
|
||||
}
|
||||
|
||||
move_to_front(view);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue