xdg: Detect pending configure request timeouts

This commit is contained in:
John Lindgren 2023-02-28 11:30:42 -05:00 committed by Johan Malm
parent 31ec8f050c
commit ea09fc3850
2 changed files with 49 additions and 5 deletions

View file

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