# HG changeset patch # User reimar # Date 1107684754 0 # Node ID 9d79600ff98d925923cbcbb8ca610775ab2f6716 # Parent a08d6a43c26839561b63de1afabd5c56edbbfa38 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) diff -r a08d6a43c268 -r 9d79600ff98d libvo/x11_common.h --- a/libvo/x11_common.h Sun Feb 06 10:10:39 2005 +0000 +++ b/libvo/x11_common.h Sun Feb 06 10:12:34 2005 +0000 @@ -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