mirror of
https://github.com/swaywm/sway.git
synced 2025-11-15 06:59:50 -05:00
rename input-manager functions
This commit is contained in:
parent
e677c5b204
commit
0828c77251
11 changed files with 31 additions and 32 deletions
|
|
@ -364,7 +364,7 @@ void seat_set_focus_warp(struct sway_seat *seat,
|
|||
}
|
||||
|
||||
if (last_focus && last_focus->type == C_VIEW &&
|
||||
!sway_input_manager_has_focus(seat->input, last_focus)) {
|
||||
!input_manager_has_focus(seat->input, last_focus)) {
|
||||
struct sway_view *view = last_focus->sway_view;
|
||||
view_set_activated(view, false);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue