mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-03-04 01:41:53 -05:00
xdg_shell: configure surface on initial commit
Instead of waiting for the surface to be mapped before sending a configure event, do it on initial commit. Note, wlroots 0.18 no longer sends automatic configure events on initial commit.
This commit is contained in:
parent
17af2f7be9
commit
fa90174607
3 changed files with 24 additions and 2 deletions
|
|
@ -12,6 +12,7 @@ struct cg_xdg_shell_view {
|
|||
struct wlr_xdg_toplevel *xdg_toplevel;
|
||||
|
||||
struct wl_listener destroy;
|
||||
struct wl_listener commit;
|
||||
struct wl_listener unmap;
|
||||
struct wl_listener map;
|
||||
struct wl_listener request_fullscreen;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue