Mercurial > mplayer.hg
changeset 31047:745f9833930b
Deduplicate enable_mouse_movements declaration.
author | reimar |
---|---|
date | Sun, 25 Apr 2010 15:49:46 +0000 |
parents | 93acb406a855 |
children | ba91602b82c5 |
files | libvo/video_out.h libvo/vo_corevideo.m libvo/w32_common.c libvo/x11_common.c |
diffstat | 4 files changed, 1 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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;
--- 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;
--- 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
--- 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;