comparison libvo/vo_ggi.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 ff4af59f64b2
comparison
equal deleted inserted replaced
16279:f63467892e43 16280:7f34acc96aa4
35 35
36 #include <ggi/ggi.h> 36 #include <ggi/ggi.h>
37 37
38 #ifdef HAVE_GGIWMH 38 #ifdef HAVE_GGIWMH
39 #include <ggi/wmh.h> 39 #include <ggi/wmh.h>
40 #endif
41
42 #ifdef HAVE_GGIWMH
43 extern int vo_ontop; /* Window on top */
44 #endif 40 #endif
45 41
46 /* maximum buffers */ 42 /* maximum buffers */
47 #undef GGI_FLIP 43 #undef GGI_FLIP
48 44