diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-10-28 20:57:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-28 20:57:24 +0200 |
commit | 9fb9b99cab51173c569f147664c334690f9d5d72 (patch) | |
tree | cc9255554ee31d5335836f18e8496a9bb2f18800 /platform/linuxbsd/display_server_x11.h | |
parent | e7e9e663b56d72485040ed627ed76b418f332865 (diff) | |
parent | b34480b6457c695345faf89c9c0a515b4e333dd5 (diff) |
Merge pull request #42117 from nekomatata/x11-get-window-screen
Fix window_get_current_screen for X11 display server
Diffstat (limited to 'platform/linuxbsd/display_server_x11.h')
-rw-r--r-- | platform/linuxbsd/display_server_x11.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/linuxbsd/display_server_x11.h b/platform/linuxbsd/display_server_x11.h index eb7725b768..4575714bf2 100644 --- a/platform/linuxbsd/display_server_x11.h +++ b/platform/linuxbsd/display_server_x11.h @@ -197,6 +197,8 @@ class DisplayServerX11 : public DisplayServer { bool _refresh_device_info(); + Rect2i _screen_get_rect(int p_screen) const; + MouseButton _get_mouse_button_state(MouseButton p_x11_button, int p_x11_type); void _get_key_modifier_state(unsigned int p_x11_state, Ref<InputEventWithModifiers> state); void _flush_mouse_motion(); |