diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2022-08-30 09:29:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-30 09:29:17 +0200 |
commit | 0b5d7281b9936f17176187338ef9706410a8fc75 (patch) | |
tree | 54658203858749e5e14b0eaab29acaf9ab9f08e7 /platform/linuxbsd/display_server_x11.h | |
parent | 183438e13b5277853170aaf24b6e6dc70fc7f4c7 (diff) | |
parent | 37f3b9f1ef30175771b170a9c83d416cab1fb4c6 (diff) |
Merge pull request #64969 from MatthewZelriche/X11Fullscreen
Diffstat (limited to 'platform/linuxbsd/display_server_x11.h')
-rw-r--r-- | platform/linuxbsd/display_server_x11.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/linuxbsd/display_server_x11.h b/platform/linuxbsd/display_server_x11.h index 0174cfb881..6b9f57d78f 100644 --- a/platform/linuxbsd/display_server_x11.h +++ b/platform/linuxbsd/display_server_x11.h @@ -268,6 +268,7 @@ class DisplayServerX11 : public DisplayServer { void _update_real_mouse_position(const WindowData &wd); bool _window_maximize_check(WindowID p_window, const char *p_atom_name) const; bool _window_fullscreen_check(WindowID p_window) const; + void _validate_fullscreen_on_map(WindowID p_window); void _update_size_hints(WindowID p_window); void _set_wm_fullscreen(WindowID p_window, bool p_enabled); void _set_wm_maximized(WindowID p_window, bool p_enabled); |