summaryrefslogtreecommitdiffstats
path: root/include/container.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/container.h')
-rw-r--r--include/container.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/container.h b/include/container.h
index 79e023fe..4e21461c 100644
--- a/include/container.h
+++ b/include/container.h
@@ -34,12 +34,12 @@ struct sway_container {
34 enum swayc_layouts layout; 34 enum swayc_layouts layout;
35 35
36 // Not including borders or margins 36 // Not including borders or margins
37 int width, height; 37 double width, height;
38 38
39 // Used for setting floating geometry 39 // Used for setting floating geometry
40 int desired_width, desired_height; 40 int desired_width, desired_height;
41 41
42 int x, y; 42 double x, y;
43 43
44 bool visible; 44 bool visible;
45 bool is_floating; 45 bool is_floating;