diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2017-11-20 15:48:08 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-20 15:48:08 +0100 |
| commit | 450bdda97a933ed9081efa20bddc71ee0b8286c9 (patch) | |
| tree | a17e49d24adfeab5fdfc64749ea38ccd1146eb52 /platform/x11/os_x11.h | |
| parent | 30a82e5e007dfa6eca0bc2021381beae57293b91 (diff) | |
| parent | 55fae24710eaaca482cb2adfcf3b81546e71414c (diff) | |
| download | redot-engine-450bdda97a933ed9081efa20bddc71ee0b8286c9.tar.gz | |
Merge pull request #12387 from santouits/x1111
Fix x11 boot logo position in fullscreen and in maximized
Diffstat (limited to 'platform/x11/os_x11.h')
| -rw-r--r-- | platform/x11/os_x11.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/platform/x11/os_x11.h b/platform/x11/os_x11.h index 67f3807d99..a74e6ee5f3 100644 --- a/platform/x11/os_x11.h +++ b/platform/x11/os_x11.h @@ -187,6 +187,9 @@ protected: virtual void set_main_loop(MainLoop *p_main_loop); + void _window_changed(XEvent *xevent); + static int _check_window_events(Display *display, XEvent *xevent, char *arg); + public: virtual String get_name(); |
