diff libvo/vo_corevideo.m @ 31760:dc95a7191375

Move variable into the only function where it is used.
author reimar
date Sun, 25 Jul 2010 17:43:22 +0000
parents a320b893f660
children ba766479d931
line wrap: on
line diff
--- a/libvo/vo_corevideo.m	Sun Jul 25 17:40:44 2010 +0000
+++ b/libvo/vo_corevideo.m	Sun Jul 25 17:43:22 2010 +0000
@@ -878,6 +878,7 @@
 */
 - (void) check_events
 {
+	NSEvent *event;
 	int curTime = TickCount()/60;
 
 	//automatically hide mouse cursor (and future on-screen control?)