[MPlayer-cvslog] CVS: main/libvo vo_dfbmga.c,1.30,1.31
Paolo Tresoldi PaulTT
syncmail at mplayerhq.hu
Thu Nov 3 11:50:46 CET 2005
CVS change done by Paolo Tresoldi (PaulTT)
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv8750/libvo
Modified Files:
vo_dfbmga.c
Log Message:
changed KEY_PREVIOUS to KEY_PREV, cause the first undefined
Index: vo_dfbmga.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_dfbmga.c,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- vo_dfbmga.c 2 Nov 2005 21:50:55 -0000 1.30
+++ vo_dfbmga.c 3 Nov 2005 10:50:43 -0000 1.31
@@ -1500,7 +1500,7 @@
mplayer_put_key( KEY_REWIND );
break;
case DIKS_PREVIOUS:
- mplayer_put_key( KEY_PREVIOUS );
+ mplayer_put_key( KEY_PREV );
break;
case DIKS_VOLUME_UP:
mplayer_put_key( KEY_VOLUME_UP );
More information about the MPlayer-cvslog
mailing list