diff options
Diffstat (limited to 'include/rootston')
-rw-r--r-- | include/rootston/view.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rootston/view.h b/include/rootston/view.h index 198086c1..c92cbcb1 100644 --- a/include/rootston/view.h +++ b/include/rootston/view.h @@ -180,6 +180,7 @@ struct roots_xdg_popup { struct wl_listener new_popup; }; +struct roots_view *view_create(); void view_get_box(const struct roots_view *view, struct wlr_box *box); void view_activate(struct roots_view *view, bool active); void view_move(struct roots_view *view, double x, double y); |