xdg: Detect pending configure request timeouts

This commit is contained in:
John Lindgren 2023-02-28 11:30:42 -05:00
parent f39986a3e2
commit a3cfd92269
2 changed files with 49 additions and 5 deletions

View file

@ -79,6 +79,7 @@ struct view {
/* used by xdg-shell views */
uint32_t pending_configure_serial;
struct wl_event_source *pending_configure_timeout;
struct ssd *ssd;