aboutsummaryrefslogtreecommitdiff
path: root/include/rootston/view.h
diff options
context:
space:
mode:
authorLouis Taylor <louis@kragniz.eu>2018-12-05 09:01:25 +0000
committerLouis Taylor <louis@kragniz.eu>2018-12-05 19:20:50 +0000
commit0f3a061f602a1384d7e0778ecd090519e0cb2b30 (patch)
treeb57221029cc9472d2204d208cc2c067538f69a2e /include/rootston/view.h
parentd703ae45dde73053767ccbb3c0c3d66f2b98fd11 (diff)
rootston: use box for views position
Diffstat (limited to 'include/rootston/view.h')
-rw-r--r--include/rootston/view.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/rootston/view.h b/include/rootston/view.h
index 0c75737b..e67aaf36 100644
--- a/include/rootston/view.h
+++ b/include/rootston/view.h
@@ -88,8 +88,7 @@ struct roots_view {
struct roots_desktop *desktop;
struct wl_list link; // roots_desktop::views
- double x, y;
- uint32_t width, height;
+ struct wlr_box box;
float rotation;
float alpha;