comparison libvo/vo_quartz.c @ 16280:7f34acc96aa4

remove extern for variables that are already in headers.
author reimar
date Sun, 21 Aug 2005 01:20:31 +0000
parents fd51fd1ff231
children 3470c810527b
comparison
equal deleted inserted replaced
16279:f63467892e43 16280:7f34acc96aa4
65 } yuv_qt_stuff; 65 } yuv_qt_stuff;
66 static MatrixRecord matrix; 66 static MatrixRecord matrix;
67 static int EnterMoviesDone = 0; 67 static int EnterMoviesDone = 0;
68 static int get_image_done = 0; 68 static int get_image_done = 0;
69 69
70 extern int vo_rootwin;
71 extern int vo_ontop;
72 extern int vo_fs; // user want fullscreen
73 static int vo_quartz_fs; // we are in fullscreen 70 static int vo_quartz_fs; // we are in fullscreen
74 extern float monitor_aspect; 71 extern float monitor_aspect;
75 extern int vo_keepaspect; //keep aspect ratio when resizing
76 extern float movie_aspect; 72 extern float movie_aspect;
77 static float old_movie_aspect; 73 static float old_movie_aspect;
78 extern float vo_panscan;
79 74
80 static int winLevel = 1; 75 static int winLevel = 1;
81 int levelList[] = 76 int levelList[] =
82 { 77 {
83 kCGDesktopWindowLevelKey, 78 kCGDesktopWindowLevelKey,