changeset 16896:5a9251e955df

changed KEY_PREVIOUS to KEY_PREV, cause the first undefined
author ptt
date Thu, 03 Nov 2005 10:50:43 +0000
parents cc4724066205
children ed8e079a1705
files libvo/vo_dfbmga.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_dfbmga.c	Thu Nov 03 09:52:05 2005 +0000
+++ b/libvo/vo_dfbmga.c	Thu Nov 03 10:50:43 2005 +0000
@@ -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 );