1 --- plugins/sdl/vout_sdl.c 2001/12/03 16:18:37 1.66
2 +++ plugins/sdl/vout_sdl.c 2001/12/04 13:29:29
6 case SDL_MOUSEBUTTONUP:
8 switch( event.button.button )
10 case SDL_BUTTON_RIGHT:
11 p_main->p_intf->b_menu_change = 1;
15 + //intf_ProcessKey( p_main->p_intf, SDLK_q );
19 case SDL_MOUSEBUTTONDOWN: