diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2018-02-01 17:26:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-01 17:26:13 +0100 |
commit | 0033e72a0f4d5ec271340fae86e0b64445720330 (patch) | |
tree | 0408490c937f6a91d6935dd2ab4dab2891badd48 /platform | |
parent | 4cb64feae8f118529a5e1108c13d8fe05771857f (diff) | |
parent | 08d4bfacafa8abe435d51a6afecb276030a23280 (diff) |
Merge pull request #16276 from bcr3ative/issue_15668
Fix inconsistencies and typos in argument names
Diffstat (limited to 'platform')
-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 f7bc0b73e0..ee62b89227 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(); |