diff libvo/wskeys.h @ 33521:8966911e5233

Allow Pause/Break key to be bound as MPlayer input key under X11. patch by Steaphan Greene, sgreene cs.binghamton edu
author diego
date Tue, 14 Jun 2011 12:13:47 +0000
parents 7681eab10aea
children cceb74e98445
line wrap: on
line diff
--- a/libvo/wskeys.h	Mon Jun 13 19:39:18 2011 +0000
+++ b/libvo/wskeys.h	Tue Jun 14 12:13:47 2011 +0000
@@ -19,6 +19,7 @@
 #ifndef MPLAYER_WSKEYS_H
 #define MPLAYER_WSKEYS_H
 
+#define wsPause         0x13 + 256
 #define wsUp            0x52 + 256
 #define wsDown          0x54 + 256
 #define wsLeft          0x51 + 256