changeset 464:edea605a4a5d

add mixer support
author pontscho
date Mon, 16 Apr 2001 00:49:32 +0000
parents 5062115afefd
children 7632ddc3f2b4
files libvo/x11_common.c
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/x11_common.c	Mon Apr 16 00:44:29 2001 +0000
+++ b/libvo/x11_common.c	Mon Apr 16 00:49:32 2001 +0000
@@ -100,6 +100,10 @@
    case wsGrayMinus: mplayer_put_key('-'); break;
    case wsPlus:
    case wsGrayPlus:  mplayer_put_key('+'); break;
+   case wsGrayMul:
+   case wsMul:       mplayer_put_key('*'); break;
+   case wsGrayDiv:
+   case wsDiv:       mplayer_put_key('/'); break;
    default: if((key>='a' && key<='z')||(key>='A' && key<='Z')) mplayer_put_key(key);
   }