mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-02 07:15:31 -04:00
wayland: add helper functions wayl_win_csd_{titlebar,borders}_visible()
This commit is contained in:
parent
7a0e7c6c01
commit
f9103d4381
3 changed files with 36 additions and 20 deletions
|
|
@ -511,6 +511,9 @@ void wayl_win_destroy(struct wl_window *win);
|
|||
|
||||
bool wayl_win_set_urgent(struct wl_window *win);
|
||||
|
||||
bool wayl_win_csd_titlebar_visible(const struct wl_window *win);
|
||||
bool wayl_win_csd_borders_visible(const struct wl_window *win);
|
||||
|
||||
bool wayl_win_subsurface_new(
|
||||
struct wl_window *win, struct wl_surf_subsurf *surf);
|
||||
bool wayl_win_subsurface_new_with_custom_parent(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue