diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2018-09-12 11:03:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-12 11:03:36 +0200 |
commit | a4958bb867e9d161fa327435755248878a3b17c2 (patch) | |
tree | 33a1c47aafb16d951c097ebc51d128732e7148dc /platform/x11/os_x11.h | |
parent | 74d80146ff22b9bfd309cf2616e101c3619ae566 (diff) | |
parent | 4b92ca1ccef83b40b9cde626b365b66aa23e2816 (diff) | |
download | redot-engine-a4958bb867e9d161fa327435755248878a3b17c2.tar.gz |
Merge pull request #21910 from hpvb/fix-8145-x11
Update X11 global mouse position at startup
Diffstat (limited to 'platform/x11/os_x11.h')
-rw-r--r-- | platform/x11/os_x11.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/x11/os_x11.h b/platform/x11/os_x11.h index 750e56ea92..47ff257455 100644 --- a/platform/x11/os_x11.h +++ b/platform/x11/os_x11.h @@ -313,6 +313,7 @@ public: virtual LatinKeyboardVariant get_latin_keyboard_variant() const; + void update_real_mouse_position(); OS_X11(); }; |