comparison mplayer.c @ 25461:7ef04742572c

OSD menu support mouse selection.
author ulion
date Sat, 22 Dec 2007 06:14:38 +0000
parents 333ba4e7d5e3
children 7bdd28e3fca7
comparison
equal deleted inserted replaced
25460:3086b6d39052 25461:7ef04742572c
350 static vf_info_t* libmenu_vfs[] = { 350 static vf_info_t* libmenu_vfs[] = {
351 &vf_info_menu, 351 &vf_info_menu,
352 NULL 352 NULL
353 }; 353 };
354 static vf_instance_t* vf_menu = NULL; 354 static vf_instance_t* vf_menu = NULL;
355 static int use_menu = 0; 355 int use_menu = 0;
356 static char* menu_cfg = NULL; 356 static char* menu_cfg = NULL;
357 static char* menu_root = "main"; 357 static char* menu_root = "main";
358 #endif 358 #endif
359 359
360 360