aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/input/seat.h
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-04-02 20:44:56 -0400
committerLibravatar GitHub <noreply@github.com>2018-04-02 20:44:56 -0400
commitd3eaf6468cf45007e63386afb3d148919959babe (patch)
tree6c0d05d8605ff5bec4d87a2064e46e6e8cb25385 /include/sway/input/seat.h
parentMerge pull request #1691 from emersion/view-redesign (diff)
parentcleanup split command handlers (diff)
downloadsway-d3eaf6468cf45007e63386afb3d148919959babe.tar.gz
sway-d3eaf6468cf45007e63386afb3d148919959babe.tar.zst
sway-d3eaf6468cf45007e63386afb3d148919959babe.zip
Merge pull request #1668 from acrisci/split-containers
Basic split containers
Diffstat (limited to 'include/sway/input/seat.h')
-rw-r--r--include/sway/input/seat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sway/input/seat.h b/include/sway/input/seat.h
index 5c3c2c4f..c780a52b 100644
--- a/include/sway/input/seat.h
+++ b/include/sway/input/seat.h
@@ -72,7 +72,7 @@ struct sway_container *seat_get_focus_inactive(struct sway_seat *seat,
72 struct sway_container *container); 72 struct sway_container *container);
73 73
74struct sway_container *seat_get_focus_by_type(struct sway_seat *seat, 74struct sway_container *seat_get_focus_by_type(struct sway_seat *seat,
75 enum sway_container_type type); 75 struct sway_container *container, enum sway_container_type type);
76 76
77void seat_apply_config(struct sway_seat *seat, struct seat_config *seat_config); 77void seat_apply_config(struct sway_seat *seat, struct seat_config *seat_config);
78 78