# HG changeset patch # User reimar # Date 1272210586 0 # Node ID 745f9833930b811297f8bdf81f1053c2d92f9d74 # Parent 93acb406a8552dbe9dcefa1f7c13dd04dffa41b9 Deduplicate enable_mouse_movements declaration. diff -r 93acb406a855 -r 745f9833930b libvo/video_out.h --- a/libvo/video_out.h Sun Apr 25 15:41:21 2010 +0000 +++ b/libvo/video_out.h Sun Apr 25 15:49:46 2010 +0000 @@ -245,6 +245,7 @@ extern int vo_gamma_blue_intensity; extern int vo_nomouse_input; +extern int enable_mouse_movements; extern int vo_pts; extern float vo_fps; diff -r 93acb406a855 -r 745f9833930b libvo/vo_corevideo.m --- a/libvo/vo_corevideo.m Sun Apr 25 15:41:21 2010 +0000 +++ b/libvo/vo_corevideo.m Sun Apr 25 15:49:46 2010 +0000 @@ -83,7 +83,6 @@ static int isFullscreen; static int isOntop; static int isRootwin; -extern int enable_mouse_movements; static float winAlpha = 1; static int int_pause = 0; diff -r 93acb406a855 -r 745f9833930b libvo/w32_common.c --- a/libvo/w32_common.c Sun Apr 25 15:41:21 2010 +0000 +++ b/libvo/w32_common.c Sun Apr 25 15:49:46 2010 +0000 @@ -30,8 +30,6 @@ #include "w32_common.h" #include "mp_fifo.h" -extern int enable_mouse_movements; - #ifndef MONITOR_DEFAULTTOPRIMARY #define MONITOR_DEFAULTTOPRIMARY 1 #endif diff -r 93acb406a855 -r 745f9833930b libvo/x11_common.c --- a/libvo/x11_common.c Sun Apr 25 15:41:21 2010 +0000 +++ b/libvo/x11_common.c Sun Apr 25 15:49:46 2010 +0000 @@ -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;