[Mplayer-cvslog] CVS: main/libvo vo_sdl.c,1.84,1.85
Atmosfear
atmos4 at mplayerhq.hu
Thu Apr 25 22:59:15 CEST 2002
- Previous message: [Mplayer-cvslog] CVS: main/libmpdvdkit libdvdcss.c,1.4,1.5
- Next message: [Mplayer-cvslog] CVS: main/libvo vo_x11.c,1.94,1.95 vo_xmga.c,1.58,1.59 vo_xv.c,1.75,1.76 x11_common.c,1.66,1.67 x11_common.h,1.18,1.19
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var/tmp.root/cvs-serv28383/libvo
Modified Files:
vo_sdl.c
Log Message:
Fix keypad volume control.
Index: vo_sdl.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_sdl.c,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- vo_sdl.c 13 Apr 2002 19:14:33 -0000 1.84
+++ vo_sdl.c 25 Apr 2002 20:59:12 -0000 1.85
@@ -1342,9 +1342,9 @@
case SDLK_LESS: mplayer_put_key(shift_key?'>':'<'); break;
case SDLK_GREATER: mplayer_put_key('>'); break;
case SDLK_ASTERISK:
- case SDLK_KP_MULTIPLY:
+ case SDLK_KP_MULTIPLY: mplayer_put_key('*'); break;
case SDLK_SLASH:
- case SDLK_KP_DIVIDE:
+ case SDLK_KP_DIVIDE: mplayer_put_key('/'); break;
#endif
default:
//printf("got scancode: %d keysym: %d mod: %d %d\n", event.key.keysym.scancode, keypressed, event.key.keysym.mod);
- Previous message: [Mplayer-cvslog] CVS: main/libmpdvdkit libdvdcss.c,1.4,1.5
- Next message: [Mplayer-cvslog] CVS: main/libvo vo_x11.c,1.94,1.95 vo_xmga.c,1.58,1.59 vo_xv.c,1.75,1.76 x11_common.c,1.66,1.67 x11_common.h,1.18,1.19
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list