labwc/include/placement.h

13 lines
262 B
C
Raw Permalink Normal View History

/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef LABWC_PLACEMENT_H
#define LABWC_PLACEMENT_H
#include <stdbool.h>
#include <wlr/util/box.h>
2025-09-02 23:02:27 -04:00
struct view;
bool placement_find_best(struct view *view, struct wlr_box *geometry);
#endif /* LABWC_PLACEMENT_H */