summaryrefslogtreecommitdiffstats
path: root/video/out/vo.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/vo.h')
-rw-r--r--video/out/vo.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/video/out/vo.h b/video/out/vo.h
index f26ec1baff..50a30f82ea 100644
--- a/video/out/vo.h
+++ b/video/out/vo.h
@@ -118,7 +118,6 @@ typedef struct {
#define VO_NOTIMPL -3
#define VOFLAG_FULLSCREEN 0x01
-#define VOFLAG_MODESWITCHING 0x02
#define VOFLAG_FLIPPING 0x08
#define VOFLAG_HIDDEN 0x10 //< Use to create a hidden window
#define VOFLAG_STEREO 0x20 //< Use to create a stereo-capable window
@@ -308,7 +307,6 @@ extern const struct vo_driver *video_out_drivers[];
extern int xinerama_x;
extern int xinerama_y;
-extern int vo_grabpointer;
extern int vo_vsync;
extern int vo_fs;
extern int vo_fsmode;