summaryrefslogtreecommitdiffstats
path: root/include/sway/tree/view.h
diff options
context:
space:
mode:
authorLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-05-01 17:36:12 +1000
committerLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-05-01 17:36:12 +1000
commitabcad0ece9290233652832de17b3ad3e13263c29 (patch)
tree2e1a9217b2e6cfe1aec013bade31e9a1371d35e4 /include/sway/tree/view.h
parentImplement borders (diff)
downloadsway-abcad0ece9290233652832de17b3ad3e13263c29.tar.gz
sway-abcad0ece9290233652832de17b3ad3e13263c29.tar.zst
sway-abcad0ece9290233652832de17b3ad3e13263c29.zip
Move docblock and fix indenting of switch/case.
Diffstat (limited to 'include/sway/tree/view.h')
-rw-r--r--include/sway/tree/view.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/sway/tree/view.h b/include/sway/tree/view.h
index 352a62bc..4395e94a 100644
--- a/include/sway/tree/view.h
+++ b/include/sway/tree/view.h
@@ -167,6 +167,10 @@ const char *view_get_instance(struct sway_view *view);
167void view_configure(struct sway_view *view, double ox, double oy, int width, 167void view_configure(struct sway_view *view, double ox, double oy, int width,
168 int height); 168 int height);
169 169
170/**
171 * Configure the view's position and size based on the swayc's position and
172 * size, taking borders into consideration.
173 */
170void view_autoconfigure(struct sway_view *view); 174void view_autoconfigure(struct sway_view *view);
171 175
172void view_set_activated(struct sway_view *view, bool activated); 176void view_set_activated(struct sway_view *view, bool activated);