From 76bd701a7a5ce098cf348843f680b4a989ff6f23 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 23 May 2014 20:27:14 +0200 Subject: x11: un-inline GNOME layer stuff Having it as separate function is not useful. Also remove the useless vo_window parameter. --- video/out/x11_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video/out/x11_common.h') diff --git a/video/out/x11_common.h b/video/out/x11_common.h index 15a86978ec..0960a15dec 100644 --- a/video/out/x11_common.h +++ b/video/out/x11_common.h @@ -57,7 +57,7 @@ struct vo_x11_state { int fs; // whether we assume the window is in fullscreen mode bool mouse_cursor_hidden; - int orig_layer; + long orig_layer; // Current actual window position (updated on window move/resize events). struct mp_rect winrc; -- cgit v1.2.3