diff -aur MPlayer-1.0pre5/input/input.h MPlayer-1.0pre5-dev/input/input.h --- MPlayer-1.0pre5/input/input.h 2003-12-24 23:00:50.000000000 +0100 +++ MPlayer-1.0pre5-dev/input/input.h 2004-10-13 15:01:20.290342400 +0200 @@ -104,8 +104,8 @@ #define MP_INPUT_NOTHING -3 // For the key's drivers, if possible you can send key up and key down -// events. Key up is the default, to send a key down you must or the key -// code with MP_KEY_DOWN. +// events. Key up is the default, to send a key down you must use the +// OR operator between key code and MP_KEY_DOWN. #define MP_KEY_DOWN (1<<29) // Use this when the key shouldn't be auto-repeated (like mouse buttons) #define MP_NO_REPEAT_KEY (1<<28)