mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-20 00:58:10 +02:00
get_output_work_area() can be used by exposay to know the free space where it can render its surfaces, what avoids overlapping the panel. Currently this function is declared as static in desktop-shell/shell.c, so it cannot be used by exposay. Remove static from get_output_work_area() and add it to shell.h so it can be used by exposay as well. Signed-off-by: Leandro Ribeiro <leandrohr@riseup.net> |
||
|---|---|---|
| .. | ||
| exposay.c | ||
| input-panel.c | ||
| meson.build | ||
| shell.c | ||
| shell.h | ||