aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-08-17 09:53:28 -0400
committerLibravatar GitHub <noreply@github.com>2018-08-17 09:53:28 -0400
commitdb4b4935b38b778398170d083a693f82831f1936 (patch)
tree0daac94b9a155da39c644a98035a31fcbb47caa8 /include
parentMerge pull request #2471 from RyanDwyer/reap-when-floating (diff)
parentRefactor seat_get_focus functions (diff)
downloadsway-db4b4935b38b778398170d083a693f82831f1936.tar.gz
sway-db4b4935b38b778398170d083a693f82831f1936.tar.zst
sway-db4b4935b38b778398170d083a693f82831f1936.zip
Merge pull request #2472 from RyanDwyer/refactor-seat-get-focus
Refactor seat_get_focus functions
Diffstat (limited to 'include')
-rw-r--r--include/sway/input/seat.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sway/input/seat.h b/include/sway/input/seat.h
index eb4202f3..9dfb0714 100644
--- a/include/sway/input/seat.h
+++ b/include/sway/input/seat.h
@@ -166,6 +166,9 @@ void seat_begin_resize_floating(struct sway_seat *seat,
166void seat_begin_resize_tiling(struct sway_seat *seat, 166void seat_begin_resize_tiling(struct sway_seat *seat,
167 struct sway_container *con, uint32_t button, enum wlr_edges edge); 167 struct sway_container *con, uint32_t button, enum wlr_edges edge);
168 168
169struct sway_container *seat_get_focus_inactive_floating(struct sway_seat *seat,
170 struct sway_container *container);
171
169void seat_end_mouse_operation(struct sway_seat *seat); 172void seat_end_mouse_operation(struct sway_seat *seat);
170 173
171void seat_pointer_notify_button(struct sway_seat *seat, uint32_t time_msec, 174void seat_pointer_notify_button(struct sway_seat *seat, uint32_t time_msec,