From 08d4bfacafa8abe435d51a6afecb276030a23280 Mon Sep 17 00:00:00 2001 From: Paolo Perkovic Date: Thu, 1 Feb 2018 09:57:10 +0100 Subject: Fix inconsistencies and typos in argument names --- platform/x11/os_x11.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform') 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(); -- cgit v1.2.3