Mercurial > mplayer.hg
changeset 33531:84ce059fae34
Get non-multimedia X11 key definitions from libvo/wskeys.h.
author | ib |
---|---|
date | Wed, 15 Jun 2011 09:28:20 +0000 |
parents | 7ced3616af42 |
children | 5a3aa408c9ad |
files | gui/mplayer/mw.c gui/wm/wskeys.h |
diffstat | 2 files changed, 1 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/gui/mplayer/mw.c Tue Jun 14 23:05:02 2011 +0000 +++ b/gui/mplayer/mw.c Wed Jun 15 09:28:20 2011 +0000 @@ -35,6 +35,7 @@ #include "help_mp.h" #include "libvo/x11_common.h" #include "libvo/fastmemcpy.h" +#include "libvo/wskeys.h" #include "stream/stream.h" #include "stream/url.h"
--- a/gui/wm/wskeys.h Tue Jun 14 23:05:02 2011 +0000 +++ b/gui/wm/wskeys.h Wed Jun 15 09:28:20 2011 +0000 @@ -19,11 +19,6 @@ #ifndef MPLAYER_GUI_WSKEYS_H #define MPLAYER_GUI_WSKEYS_H -#define wsEnter 0x0d + 256 -#define wsEscape 0x1b + 256 -#define wsGrayMul 0xaa + 256 -#define wsGrayDiv 0xaf + 256 - //Keys for multimedia keyboard #define wsXF86LowerVolume 0x11 + 256