summaryrefslogtreecommitdiffstats
path: root/libvo/x11_common.c
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-04-25 15:49:46 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-04-25 15:49:46 +0000
commit2f629d79698d1c297e63b3013e002159d37e1ad3 (patch)
tree961943f9e6520873427c25ceb82845ad4fbfcb40 /libvo/x11_common.c
parent07a9a495c8e980f6b5857c637febe3da38e0725b (diff)
downloadmpv-2f629d79698d1c297e63b3013e002159d37e1ad3.tar.bz2
mpv-2f629d79698d1c297e63b3013e002159d37e1ad3.tar.xz
Deduplicate enable_mouse_movements declaration.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31089 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/x11_common.c')
-rw-r--r--libvo/x11_common.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libvo/x11_common.c b/libvo/x11_common.c
index 08252198d3..ff5b84f998 100644
--- a/libvo/x11_common.c
+++ b/libvo/x11_common.c
@@ -85,7 +85,6 @@
#define WIN_LAYER_ONTOP 6
#define WIN_LAYER_ABOVE_DOCK 10
-extern int enable_mouse_movements;
int fs_layer = WIN_LAYER_ABOVE_DOCK;
static int orig_layer = 0;
static int old_gravity = NorthWestGravity;