summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.h
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-02-04 22:08:23 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-02-04 22:08:23 +0000
commitf34454b6b5acba9c21dcc98d9b7d877731aa98cf (patch)
treea2b37c0232bdb2951201142d061f2183080dfadf /libvo/video_out.h
parentee9b73f20cb824feb440e51b2ec814e7ce4bb76a (diff)
downloadmpv-f34454b6b5acba9c21dcc98d9b7d877731aa98cf.tar.bz2
mpv-f34454b6b5acba9c21dcc98d9b7d877731aa98cf.tar.xz
Create the OpenGL probe window as a hidden Window on X11.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30507 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/video_out.h')
-rw-r--r--libvo/video_out.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/video_out.h b/libvo/video_out.h
index b9380fadf1..1fce2c2877 100644
--- a/libvo/video_out.h
+++ b/libvo/video_out.h
@@ -108,6 +108,7 @@ typedef struct {
#define VOFLAG_MODESWITCHING 0x02
#define VOFLAG_SWSCALE 0x04
#define VOFLAG_FLIPPING 0x08
+#define VOFLAG_HIDDEN 0x10 //< Use to create a hidden window
#define VOFLAG_XOVERLAY_SUB_VO 0x10000
typedef struct vo_info_s