Update of /cvsroot/mplayer/main/libvo In directory usw-pr-cvs1:/tmp/cvs-serv12163 Modified Files: x11_common.c Log Message: pass keys a-z && A-Z Index: x11_common.c =================================================================== RCS file: /cvsroot/mplayer/main/libvo/x11_common.c,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** x11_common.c 2001/04/10 02:29:38 1.3 --- x11_common.c 2001/04/12 00:05:41 1.4 *************** *** 86,90 **** --- 86,92 ---- case wsPlus: case wsGrayPlus: mplayer_put_key('+'); break; + default: if((key>='a' && key<='z')||(key>='A' && key<='Z')) mplayer_put_key(key); } + } _______________________________________________ Mplayer-cvslog mailing list Mplayer-cvslog@lists.sourceforge.net http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog
participants (1)
-
GEREOFFY