[wayland] GDK_WINDOW_STATE_ICONIFIED is never set
While gdk_wayland_window_deiconify() generates a state change event that clears the ICONIFIED bit, gdk_wayland_window_iconify() does not generate a state change event that set the ICONIFIED bit. Consequently, a GtkWindow:window-state-event handler cannot react to the window being iconified.