mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
rootston/view: Remove redundant declaration in the same file
This commit is contained in:
parent
d3b48dfcae
commit
7da9af31e8
1 changed files with 0 additions and 1 deletions
|
|
@ -222,7 +222,6 @@ struct roots_xdg_toplevel_decoration {
|
|||
void view_init(struct roots_view *view, const struct roots_view_interface *impl,
|
||||
enum roots_view_type type, 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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue