aboutsummaryrefslogtreecommitdiff
path: root/include/sway/tree/container.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/tree/container.h')
-rw-r--r--include/sway/tree/container.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/sway/tree/container.h b/include/sway/tree/container.h
index 4920e064..4cd4c847 100644
--- a/include/sway/tree/container.h
+++ b/include/sway/tree/container.h
@@ -125,11 +125,6 @@ struct sway_container {
double child_total_width;
double child_total_height;
- // In most cases this is the same as the content x and y, but if the view
- // refuses to resize to the content dimensions then it can be smaller.
- // These are in layout coordinates.
- double surface_x, surface_y;
-
// Outputs currently being intersected
list_t *outputs; // struct sway_output
@@ -181,8 +176,6 @@ bool container_has_ancestor(struct sway_container *container,
void container_update_textures_recursive(struct sway_container *con);
-void container_damage_whole(struct sway_container *container);
-
void container_reap_empty(struct sway_container *con);
struct sway_container *container_flatten(struct sway_container *container);