diff options
author | Guido Günther <agx@sigxcpu.org> | 2018-02-23 11:50:09 +0100 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2018-02-25 13:47:43 +0100 |
commit | e6ca78b0e4b81e02958628c4b3b4db911b51714b (patch) | |
tree | ef90e62f36cc84dc5d04bc38119454c9bd495544 /include | |
parent | 69409ea3cb3bfba52df9ff35a9b58f6f1b3dc25e (diff) |
rootston: add view_create
so we can do basic view setup. Will be used to initialize alpha.
Diffstat (limited to 'include')
-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); |