You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
499 B
20 lines
499 B
--- 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:
|
|
|
|
|