add * and /

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@454 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
pontscho 2001-04-15 22:55:21 +00:00
parent 7e422de154
commit fe23ccc24b
1 changed files with 2 additions and 0 deletions

View File

@ -60,6 +60,8 @@
#define wsSpace ' '
#define wsMinus '-'
#define wsPlus '+'
#define wsMul '*'
#define wsDiv '/'
#define wsUp 0x52 + 256
#define wsDown 0x54 + 256