mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-06 13:29:45 -05:00
send configure event after creating toplevel
The xdg shell protocol requires us to send a configure in order for the client to start attaching buffers.
This commit is contained in:
parent
5add87cac6
commit
a6c7d8d14f
2 changed files with 11 additions and 4 deletions
|
|
@ -22,6 +22,7 @@ struct wl_shell_state {
|
|||
struct xdg_shell_state {
|
||||
struct wl_global *wl_global;
|
||||
struct wl_list wl_resources;
|
||||
struct wl_display *display;
|
||||
};
|
||||
|
||||
void wl_shell_init(struct wl_display *display,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue