summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-02-06 10:12:34 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-02-06 10:12:34 +0000
commit8e1442a9ff83f059f42b5a7935d5028d3d316e84 (patch)
treec95f68c984844c615bd1bfcf4ac29e9b46694982 /libvo
parentde928b1f5a2743e038bc313c65ec19bd3f0f6021 (diff)
downloadmpv-8e1442a9ff83f059f42b5a7935d5028d3d316e84.tar.bz2
mpv-8e1442a9ff83f059f42b5a7935d5028d3d316e84.tar.xz
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
Diffstat (limited to 'libvo')
-rw-r--r--libvo/x11_common.h4
1 files 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 <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