mirror of
https://github.com/labwc/labwc.git
synced 2026-02-05 04:06:33 -05:00
xdg: center small fullscreen views and add black background fill
This commit is contained in:
parent
96617311cd
commit
7f7b5f57ec
3 changed files with 79 additions and 1 deletions
|
|
@ -296,6 +296,9 @@ struct xdg_toplevel_view {
|
|||
struct view base;
|
||||
struct wlr_xdg_surface *xdg_surface;
|
||||
|
||||
/* Optional black background fill behind fullscreen view */
|
||||
struct wlr_scene_rect *fullscreen_bg;
|
||||
|
||||
/* Events unique to xdg-toplevel views */
|
||||
struct wl_listener set_app_id;
|
||||
struct wl_listener request_show_window_menu;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue