summaryrefslogtreecommitdiffstats
path: root/video/out/vo.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-10-02 18:43:45 +0200
committerwm4 <wm4@nowhere>2015-10-02 18:49:35 +0200
commite72ca08554f5e32940897081f6a666dcee29d68f (patch)
tree0e312b0b99af262e554ce6ed1f907d6ef6a91521 /video/out/vo.h
parente87f7054979a1014e11b804b46dbfd0291728419 (diff)
downloadmpv-e72ca08554f5e32940897081f6a666dcee29d68f.tar.bz2
mpv-e72ca08554f5e32940897081f6a666dcee29d68f.tar.xz
vo_opengl: drop old backend API
Diffstat (limited to 'video/out/vo.h')
-rw-r--r--video/out/vo.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/video/out/vo.h b/video/out/vo.h
index 1df3bc0e23..b7be4f3ed6 100644
--- a/video/out/vo.h
+++ b/video/out/vo.h
@@ -130,7 +130,6 @@ struct voctrl_get_equalizer_args {
#define VO_NOTAVAIL -2
#define VO_NOTIMPL -3
-#define VOFLAG_HIDDEN 0x10 //< Use to create a hidden window
#define VOFLAG_GLES 0x20 // Hint to prefer GLES2 if possible
#define VOFLAG_GL_DEBUG 0x40 // Hint to request debug OpenGL context
#define VOFLAG_ALPHA 0x80 // Hint to request alpha framebuffer