changeset 14663:9d79600ff98d

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)
author reimar
date Sun, 06 Feb 2005 10:12:34 +0000
parents a08d6a43c268
children aeb561c67ea2
files libvo/x11_common.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 <X11/Xlib.h>
 #include <X11/Xutil.h>
 
+#ifdef X11_FULLSCREEN
+
 #define vo_wm_LAYER 1
 #define vo_wm_FULLSCREEN 2
 #define vo_wm_STAYS_ON_TOP 4