Privatize view_contains_window_type()

This commit is contained in:
Johan Malm 2025-09-26 19:17:27 +01:00 committed by Johan Malm
parent 2ea0f6fff4
commit eb41c6a3b0
2 changed files with 10 additions and 11 deletions

View file

@ -425,7 +425,6 @@ void view_array_append(struct server *server, struct wl_array *views,
enum lab_view_criteria criteria);
enum view_wants_focus view_wants_focus(struct view *view);
bool view_contains_window_type(struct view *view, enum lab_window_type window_type);
/* If view is NULL, the size of SSD is not considered */
struct wlr_box view_get_edge_snap_box(struct view *view, struct output *output,