aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/tree/view.h
diff options
context:
space:
mode:
authorLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-09-27 17:09:05 +1000
committerLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-09-27 22:51:37 +1000
commit6d0442c0c2cfcb75f855348b8133abcb2f3c2427 (patch)
tree9d868c6458b573712f52c3c5b652dc702dc731d5 /include/sway/tree/view.h
parentRemove CSD from toggle list if client doesn't support it (diff)
downloadsway-6d0442c0c2cfcb75f855348b8133abcb2f3c2427.tar.gz
sway-6d0442c0c2cfcb75f855348b8133abcb2f3c2427.tar.zst
sway-6d0442c0c2cfcb75f855348b8133abcb2f3c2427.zip
Rename view_set_csd_from_client to view_update_csd_from_client
Diffstat (limited to 'include/sway/tree/view.h')
-rw-r--r--include/sway/tree/view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sway/tree/view.h b/include/sway/tree/view.h
index 49df7c88..e7aaffd7 100644
--- a/include/sway/tree/view.h
+++ b/include/sway/tree/view.h
@@ -275,7 +275,7 @@ void view_set_csd_from_server(struct sway_view *view, bool enabled);
275 * Updates the view's border setting when the client unexpectedly changes their 275 * Updates the view's border setting when the client unexpectedly changes their
276 * decoration mode. 276 * decoration mode.
277 */ 277 */
278void view_set_csd_from_client(struct sway_view *view, bool enabled); 278void view_update_csd_from_client(struct sway_view *view, bool enabled);
279 279
280void view_set_tiled(struct sway_view *view, bool tiled); 280void view_set_tiled(struct sway_view *view, bool tiled);
281 281