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
This commit is contained in:
reimar 2005-02-06 10:12:34 +00:00
parent de928b1f5a
commit 8e1442a9ff
1 changed files with 2 additions and 2 deletions

View File

@ -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