summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2018-02-01 17:26:13 +0100
committerGitHub <noreply@github.com>2018-02-01 17:26:13 +0100
commit0033e72a0f4d5ec271340fae86e0b64445720330 (patch)
tree0408490c937f6a91d6935dd2ab4dab2891badd48 /platform
parent4cb64feae8f118529a5e1108c13d8fe05771857f (diff)
parent08d4bfacafa8abe435d51a6afecb276030a23280 (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.h2
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();