mirror of
https://github.com/mpv-player/mpv
synced 2024-12-23 23:32:26 +00:00
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:
parent
de928b1f5a
commit
8e1442a9ff
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user