diff options
Diffstat (limited to 'scene/main/window.h')
-rw-r--r-- | scene/main/window.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/scene/main/window.h b/scene/main/window.h index c1a7ed2e0b..db739cc304 100644 --- a/scene/main/window.h +++ b/scene/main/window.h @@ -163,12 +163,14 @@ private: void _update_window_callbacks(); - void _clear_transient(); - void _make_transient(); Window *transient_parent = nullptr; Window *exclusive_child = nullptr; HashSet<Window *> transient_children; + void _clear_transient(); + void _make_transient(); + void _set_transient_exclusive_child(bool p_clear_invalid = false); + ThemeOwner *theme_owner = nullptr; Ref<Theme> theme; StringName theme_type_variation; |