screen-cast/window-stream: Mark as configured

This is needed for the pointer to be exposed to an existing libei session.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3403>
This commit is contained in:
Mike Gorse 2023-11-15 17:58:29 -06:00 committed by Marge Bot
parent 63c6fe11fb
commit c1feb2dc40

View File

@ -99,6 +99,7 @@ meta_screen_cast_window_stream_new (MetaScreenCastSession *session,
"cursor-mode", cursor_mode,
"flags", flags,
"window", window,
"is-configured", TRUE,
NULL);
}