rootston: use box for views position

This commit is contained in:
Louis Taylor 2018-12-05 09:01:25 +00:00
parent d703ae45dd
commit 0f3a061f60
No known key found for this signature in database
GPG key ID: 8E81A6DAE13E7098
10 changed files with 89 additions and 90 deletions

View file

@ -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;