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:
Tony Crisci 2017-08-09 07:27:49 -04:00
parent 5add87cac6
commit a6c7d8d14f
2 changed files with 11 additions and 4 deletions

View file

@ -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,