aboutsummaryrefslogtreecommitdiffstats
path: root/sway/input/seat.c
diff options
context:
space:
mode:
authorLibravatar Tony Crisci <tony@dubstepdish.com>2018-04-02 08:49:38 -0400
committerLibravatar Tony Crisci <tony@dubstepdish.com>2018-04-02 08:49:38 -0400
commit0828c772514a85080c53ecade0b8b400314d5b03 (patch)
tree4e7fcb26ea1ebda57128eeb0ba4f9c79c7afbdb4 /sway/input/seat.c
parentrename seat functions (diff)
downloadsway-0828c772514a85080c53ecade0b8b400314d5b03.tar.gz
sway-0828c772514a85080c53ecade0b8b400314d5b03.tar.zst
sway-0828c772514a85080c53ecade0b8b400314d5b03.zip
rename input-manager functions
Diffstat (limited to 'sway/input/seat.c')
-rw-r--r--sway/input/seat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/input/seat.c b/sway/input/seat.c
index 70395144..c2ecd1c4 100644
--- a/sway/input/seat.c
+++ b/sway/input/seat.c
@@ -364,7 +364,7 @@ void seat_set_focus_warp(struct sway_seat *seat,
364 } 364 }
365 365
366 if (last_focus && last_focus->type == C_VIEW && 366 if (last_focus && last_focus->type == C_VIEW &&
367 !sway_input_manager_has_focus(seat->input, last_focus)) { 367 !input_manager_has_focus(seat->input, last_focus)) {
368 struct sway_view *view = last_focus->sway_view; 368 struct sway_view *view = last_focus->sway_view;
369 view_set_activated(view, false); 369 view_set_activated(view, false);
370 } 370 }