aboutsummaryrefslogtreecommitdiff
path: root/include/rootston
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2018-01-27 10:43:17 +0100
committeremersion <contact@emersion.fr>2018-01-27 10:43:17 +0100
commit7111dd79efb6cccf39866051a92090cfc9ea5c67 (patch)
treed3e05791ad4341cddbb038840d99b2d4cd5bdae7 /include/rootston
parenta011a1cb075bed2235162f1af7e88d0ee534acad (diff)
rootston: damage tracking for rotated views
Diffstat (limited to 'include/rootston')
-rw-r--r--include/rootston/view.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rootston/view.h b/include/rootston/view.h
index 35660d64..c9d1deb2 100644
--- a/include/rootston/view.h
+++ b/include/rootston/view.h
@@ -164,6 +164,7 @@ void view_move_resize(struct roots_view *view, double x, double y,
void view_maximize(struct roots_view *view, bool maximized);
void view_set_fullscreen(struct roots_view *view, bool fullscreen,
struct wlr_output *output);
+void view_rotate(struct roots_view *view, float rotation);
void view_close(struct roots_view *view);
bool view_center(struct roots_view *view);
void view_setup(struct roots_view *view);