include/: tidy up header files

This commit is contained in:
Johan Malm 2020-08-07 20:21:14 +01:00
parent 2d6921039d
commit 649437e336
7 changed files with 17 additions and 5 deletions

View file

@ -149,7 +149,6 @@ void view_init_position(struct view *view);
struct wlr_box view_get_surface_geometry(struct view *view);
struct wlr_box view_geometry(struct view *view);
void view_resize(struct view *view, struct wlr_box geo);
bool view_want_deco(struct view *view);
void view_focus(struct view *view);
struct view *view_front_toplevel(struct server *server);
struct view *next_toplevel(struct view *current);