From 8e1442a9ff83f059f42b5a7935d5028d3d316e84 Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 6 Feb 2005 10:12:34 +0000 Subject: [PATCH] X11 headers must be included also when X11_FULLSCREEN is not defined (although it is not really beautiful that their are included here in the first place) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14664 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/x11_common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libvo/x11_common.h b/libvo/x11_common.h index d5c27c8135..2197a5a37f 100644 --- a/libvo/x11_common.h +++ b/libvo/x11_common.h @@ -2,11 +2,11 @@ #ifndef X11_COMMON_H #define X11_COMMON_H -#ifdef X11_FULLSCREEN - #include #include +#ifdef X11_FULLSCREEN + #define vo_wm_LAYER 1 #define vo_wm_FULLSCREEN 2 #define vo_wm_STAYS_ON_TOP 4