From 3afff3fe9be3b37650cb9d9154de581a56b82939 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 17 May 2014 01:59:08 +0200 Subject: x11: remove vo_hint member Now it's always recreated in vo_x11_sizehint(). Also, the Xlib manual says you must use XAllocSizeHints() (for ABI reasons), so do that. --- video/out/x11_common.h | 1 - 1 file changed, 1 deletion(-) (limited to 'video/out/x11_common.h') diff --git a/video/out/x11_common.h b/video/out/x11_common.h index d410809c09..a9e685a054 100644 --- a/video/out/x11_common.h +++ b/video/out/x11_common.h @@ -59,7 +59,6 @@ struct vo_x11_state { int fs_layer; int fs; // whether we assume the window is in fullscreen mode - XSizeHints vo_hint; bool mouse_cursor_hidden; int orig_layer; -- cgit v1.2.3