mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
rootston: add view_create
so we can do basic view setup. Will be used to initialize alpha.
This commit is contained in:
parent
69409ea3cb
commit
e6ca78b0e4
6 changed files with 11 additions and 4 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue