diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-02-23 10:49:28 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-23 10:49:28 -0500 |
commit | 00b1b40b36f37fe6ff3ac8726026dde8e73f1979 (patch) | |
tree | e3600090e73820f021501591fe7df6dc7a346990 /include/rootston/desktop.h | |
parent | 4f66565606c8958684c00f28d0b4996904c041bc (diff) | |
parent | 9adcbabea47fbd0502673d410eb718ee3401f3b1 (diff) |
Merge pull request #1568 from emersion/rootston-refactor
Refactor rootston views
Diffstat (limited to 'include/rootston/desktop.h')
-rw-r--r-- | include/rootston/desktop.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/include/rootston/desktop.h b/include/rootston/desktop.h index d8fc53e2..81faba81 100644 --- a/include/rootston/desktop.h +++ b/include/rootston/desktop.h @@ -100,19 +100,6 @@ struct wlr_surface *desktop_surface_at(struct roots_desktop *desktop, double lx, double ly, double *sx, double *sy, struct roots_view **view); -struct roots_view *view_create(struct roots_desktop *desktop); -void view_destroy(struct roots_view *view); -void view_activate(struct roots_view *view, bool activate); -void view_apply_damage(struct roots_view *view); -void view_damage_whole(struct roots_view *view); -void view_update_position(struct roots_view *view, int x, int y); -void view_update_size(struct roots_view *view, int width, int height); -void view_update_decorated(struct roots_view *view, bool decorated); -void view_initial_focus(struct roots_view *view); -void view_map(struct roots_view *view, struct wlr_surface *surface); -void view_unmap(struct roots_view *view); -void view_arrange_maximized(struct roots_view *view); - void handle_xdg_shell_v6_surface(struct wl_listener *listener, void *data); void handle_xdg_shell_surface(struct wl_listener *listener, void *data); void handle_xdg_toplevel_decoration(struct wl_listener *listener, void *data); |