[MPlayer-cvslog] r31089 - in trunk/libvo: video_out.h vo_corevideo.m w32_common.c x11_common.c

reimar subversion at mplayerhq.hu
Sun Apr 25 17:49:46 CEST 2010


Author: reimar
Date: Sun Apr 25 17:49:46 2010
New Revision: 31089

Log:
Deduplicate enable_mouse_movements declaration.

Modified:
   trunk/libvo/video_out.h
   trunk/libvo/vo_corevideo.m
   trunk/libvo/w32_common.c
   trunk/libvo/x11_common.c

Modified: trunk/libvo/video_out.h
==============================================================================
--- trunk/libvo/video_out.h	Sun Apr 25 17:41:21 2010	(r31088)
+++ trunk/libvo/video_out.h	Sun Apr 25 17:49:46 2010	(r31089)
@@ -245,6 +245,7 @@ extern int vo_gamma_green_intensity;
 extern int vo_gamma_blue_intensity;
 
 extern int vo_nomouse_input;
+extern int enable_mouse_movements;
 
 extern int vo_pts;
 extern float vo_fps;

Modified: trunk/libvo/vo_corevideo.m
==============================================================================
--- trunk/libvo/vo_corevideo.m	Sun Apr 25 17:41:21 2010	(r31088)
+++ trunk/libvo/vo_corevideo.m	Sun Apr 25 17:49:46 2010	(r31089)
@@ -83,7 +83,6 @@ static uint32_t image_format;
 static int isFullscreen;
 static int isOntop;
 static int isRootwin;
-extern int enable_mouse_movements;
 
 static float winAlpha = 1;
 static int int_pause = 0;

Modified: trunk/libvo/w32_common.c
==============================================================================
--- trunk/libvo/w32_common.c	Sun Apr 25 17:41:21 2010	(r31088)
+++ trunk/libvo/w32_common.c	Sun Apr 25 17:49:46 2010	(r31089)
@@ -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

Modified: trunk/libvo/x11_common.c
==============================================================================
--- trunk/libvo/x11_common.c	Sun Apr 25 17:41:21 2010	(r31088)
+++ trunk/libvo/x11_common.c	Sun Apr 25 17:49:46 2010	(r31089)
@@ -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;


More information about the MPlayer-cvslog mailing list