comparison mplayer.c @ 26015:f222f84f2072

Rename mp_input_win32_slave_cmd_func to mp_input_slave_cmd_func.
author diego
date Thu, 21 Feb 2008 16:15:31 +0000
parents 429c8f64b810
children 528bdf17dd8a
comparison
equal deleted inserted replaced
26014:6e9c78324790 26015:f222f84f2072
2850 mp_input_add_key_fd(-1,0,mplayer_get_key,NULL); 2850 mp_input_add_key_fd(-1,0,mplayer_get_key,NULL);
2851 if(slave_mode) 2851 if(slave_mode)
2852 #ifndef __MINGW32__ 2852 #ifndef __MINGW32__
2853 mp_input_add_cmd_fd(0,1,NULL,NULL); 2853 mp_input_add_cmd_fd(0,1,NULL,NULL);
2854 #else 2854 #else
2855 mp_input_add_cmd_fd(0,0,mp_input_win32_slave_cmd_func,NULL); 2855 mp_input_add_cmd_fd(0,0,mp_input_slave_cmd_func,NULL);
2856 #endif 2856 #endif
2857 else if(!noconsolecontrols) 2857 else if(!noconsolecontrols)
2858 mp_input_add_event_fd(0, getch2); 2858 mp_input_add_event_fd(0, getch2);
2859 2859
2860 #ifdef HAVE_MENU 2860 #ifdef HAVE_MENU