diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-06-02 17:02:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-02 17:02:46 +0200 |
commit | 0c8f562711a51dd73a824f9a4010fc4825c4ccce (patch) | |
tree | cce266c76b05a74749738d8cf7a7b5e220d6ac0e /platform/linuxbsd/display_server_x11.h | |
parent | a21cb213cbf74ad035b27fbb1305fe13682bc0d1 (diff) | |
parent | 40b3be79127cddf8673a0ad8758682a211874cb5 (diff) |
Merge pull request #61538 from bruvzg/fix_popup_close_passthr
Diffstat (limited to 'platform/linuxbsd/display_server_x11.h')
-rw-r--r-- | platform/linuxbsd/display_server_x11.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/linuxbsd/display_server_x11.h b/platform/linuxbsd/display_server_x11.h index 872af3dc09..4beeddd3a8 100644 --- a/platform/linuxbsd/display_server_x11.h +++ b/platform/linuxbsd/display_server_x11.h @@ -295,7 +295,7 @@ protected: void _window_changed(XEvent *event); public: - void mouse_process_popups(); + bool mouse_process_popups(); void popup_open(WindowID p_window); void popup_close(WindowID p_window); |