diff options
| author | Paolo Perkovic | 2018-02-01 09:57:10 +0100 |
|---|---|---|
| committer | Paolo Perkovic | 2018-02-01 16:47:20 +0100 |
| commit | 08d4bfacafa8abe435d51a6afecb276030a23280 (patch) | |
| tree | e0d37560439f599958a99dd191b2802039591956 /platform/x11/os_x11.h | |
| parent | 2459eebc1d0d679efb546aa5a95ddd493290a7aa (diff) | |
| download | godot-08d4bfacafa8abe435d51a6afecb276030a23280.tar.gz godot-08d4bfacafa8abe435d51a6afecb276030a23280.tar.zst godot-08d4bfacafa8abe435d51a6afecb276030a23280.zip | |
Diffstat (limited to 'platform/x11/os_x11.h')
| -rw-r--r-- | platform/x11/os_x11.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/x11/os_x11.h b/platform/x11/os_x11.h index f7bc0b73e..ee62b8922 100644 --- a/platform/x11/os_x11.h +++ b/platform/x11/os_x11.h @@ -199,7 +199,7 @@ protected: virtual void set_main_loop(MainLoop *p_main_loop); - void _window_changed(XEvent *xevent); + void _window_changed(XEvent *event); bool is_window_maximize_allowed(); |
