summaryrefslogtreecommitdiffstats
path: root/libvo/x11_common.h
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2008-11-22 19:18:48 +0200
committerUoti Urpala <uau@glyph.nonexistent.invalid>2008-11-22 19:18:48 +0200
commit6c712271ce9e8d4eb9cd615e920139ebcb1d1d49 (patch)
tree84569017856b8f827086243768e96dac5ae3e4e2 /libvo/x11_common.h
parent6cbca28085f1698bc7c6537631d5efbadf64abf1 (diff)
downloadmpv-6c712271ce9e8d4eb9cd615e920139ebcb1d1d49.tar.bz2
mpv-6c712271ce9e8d4eb9cd615e920139ebcb1d1d49.tar.xz
Remove old VO vo_mouse_autohide compatibility #define
The VOs no longer access vo_mouse_autohide directly so the #define is not needed.
Diffstat (limited to 'libvo/x11_common.h')
-rw-r--r--libvo/x11_common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libvo/x11_common.h b/libvo/x11_common.h
index e145c5b5a0..cea2265f6e 100644
--- a/libvo/x11_common.h
+++ b/libvo/x11_common.h
@@ -193,7 +193,6 @@ void xscreensaver_heartbeat(struct vo_x11_state *x11);
#define xv_colorkey global_vo->x11->xv_colorkey
#define xv_port global_vo->x11->xv_port
#define vo_gc global_vo->x11->vo_gc
-#define vo_mouse_autohide global_vo->x11->vo_mouse_autohide
#define mRootWin global_vo->x11->rootwin
#define mScreen global_vo->x11->screen
#define mLocalDisplay global_vo->x11->display_is_local