patch
资源名称:vlc-1.0.5.zip [点击查看]
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:0k
源码类别:
midi
开发平台:
Unix_Linux
- --- plugins/sdl/vout_sdl.c 2001/12/03 16:18:37 1.66
- +++ plugins/sdl/vout_sdl.c 2001/12/04 13:29:29
- @@ -329,12 +329,16 @@
- break;
- case SDL_MOUSEBUTTONUP:
- +#if 0
- switch( event.button.button )
- {
- case SDL_BUTTON_RIGHT:
- p_main->p_intf->b_menu_change = 1;
- break;
- }
- +#else
- + //intf_ProcessKey( p_main->p_intf, SDLK_q );
- +#endif
- break;
- case SDL_MOUSEBUTTONDOWN: