rootston: add view_map and view_unmap

This commit is contained in:
emersion 2018-03-09 10:29:22 +01:00
parent bfc0e95d2c
commit c27fd1e1ee
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
7 changed files with 60 additions and 82 deletions

View file

@ -181,7 +181,6 @@ 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);