diff options
Diffstat (limited to 'include/rootston/view.h')
-rw-r--r-- | include/rootston/view.h | 3 |
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; |