added OSD toggle (patch by kmarty)

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@594 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi_esp 2001-04-23 17:17:04 +00:00
parent e0bd9dd6f0
commit f9743b03c0
1 changed files with 2 additions and 1 deletions

View File

@ -98,7 +98,8 @@ int lirc_mp_getinput(){
{"PAUSE", 'p'},
{"INCVOL", '*'},
{"DECVOL", '/'},
{"MASTER", 'm'}
{"MASTER", 'm'},
{"OSD", 'o'}
};
char *code;