mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 11:55:59 +01: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…
Reference in a new issue