From 0f3a061f602a1384d7e0778ecd090519e0cb2b30 Mon Sep 17 00:00:00 2001 From: Louis Taylor Date: Wed, 5 Dec 2018 09:01:25 +0000 Subject: rootston: use box for views position --- include/rootston/view.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/rootston/view.h') 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; -- cgit v1.2.3