diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2023-10-03 17:23:18 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2023-10-03 17:23:18 +0200 |
commit | be6a09b6ec1e9520253b5332fcbd98bb0ce3339c (patch) | |
tree | 0dc1643245df25bdaf45320450e6d8f2458f65f5 /platform/macos/display_server_macos.h | |
parent | 30bc0777564b9c095b76630eaddbcac14d5b435b (diff) | |
parent | b7b5fbe7aa35e5e5d3102ce8c133259916cddfda (diff) | |
download | redot-engine-be6a09b6ec1e9520253b5332fcbd98bb0ce3339c.tar.gz |
Merge pull request #82423 from bruvzg/mac_ex_fs
[macOS] Check all exclusive fullscreen windows before setting presentation mode.
Diffstat (limited to 'platform/macos/display_server_macos.h')
-rw-r--r-- | platform/macos/display_server_macos.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/macos/display_server_macos.h b/platform/macos/display_server_macos.h index d89511927e..7dbe6a5970 100644 --- a/platform/macos/display_server_macos.h +++ b/platform/macos/display_server_macos.h @@ -245,6 +245,7 @@ public: WindowID _get_focused_window_or_popup() const; void mouse_enter_window(WindowID p_window); void mouse_exit_window(WindowID p_window); + void update_presentation_mode(); void window_destroy(WindowID p_window); void window_resize(WindowID p_window, int p_width, int p_height); |