summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-05-26 16:32:24 +1000
committerLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-06-01 23:14:58 +1000
commit70f5d6fcf3219f122077b7e8d0b43a464f4e3fd4 (patch)
tree1364ee0111dd199dd457372b539107ce47d1190f /include
parentRemove check for if floating view intersects output (diff)
downloadsway-70f5d6fcf3219f122077b7e8d0b43a464f4e3fd4.tar.gz
sway-70f5d6fcf3219f122077b7e8d0b43a464f4e3fd4.tar.zst
sway-70f5d6fcf3219f122077b7e8d0b43a464f4e3fd4.zip
Rename container_set_geometry_from_view
Diffstat (limited to 'include')
-rw-r--r--include/sway/tree/container.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sway/tree/container.h b/include/sway/tree/container.h
index 4b686040..38c0f35d 100644
--- a/include/sway/tree/container.h
+++ b/include/sway/tree/container.h
@@ -238,7 +238,7 @@ size_t container_titlebar_height(void);
238 238
239void container_set_floating(struct sway_container *container, bool enable); 239void container_set_floating(struct sway_container *container, bool enable);
240 240
241void container_set_geometry_from_view(struct sway_container *container); 241void container_set_geometry_from_floating_view(struct sway_container *con);
242 242
243/** 243/**
244 * Determine if the given container is itself floating. 244 * Determine if the given container is itself floating.