From e6ca78b0e4b81e02958628c4b3b4db911b51714b Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Fri, 23 Feb 2018 11:50:09 +0100 Subject: rootston: add view_create so we can do basic view setup. Will be used to initialize alpha. --- include/rootston/view.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/rootston') 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); -- cgit v1.2.3