summaryrefslogtreecommitdiffstats
path: root/Gui/wm/ws.h
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-05-25 09:46:37 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-05-25 09:46:37 +0000
commit0a581e3bf3cb184be828b58a2c6bbd64a568a4d8 (patch)
treeee983c70a8bc17d12eb4d8d73453351ed3a0e983 /Gui/wm/ws.h
parentac46b4486bb52f043b078197a78a7df16cca969d (diff)
downloadmpv-0a581e3bf3cb184be828b58a2c6bbd64a568a4d8.tar.bz2
mpv-0a581e3bf3cb184be828b58a2c6bbd64a568a4d8.tar.xz
fix two small bug and add multimedia keyboard support ( i tested with Acer AirKey V only )
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6184 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui/wm/ws.h')
-rw-r--r--Gui/wm/ws.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gui/wm/ws.h b/Gui/wm/ws.h
index 870320af3d..e4d7b485d5 100644
--- a/Gui/wm/ws.h
+++ b/Gui/wm/ws.h
@@ -98,7 +98,7 @@
typedef void (*wsTReDraw)( wsParamDisplay );
typedef void (*wsTReSize)( unsigned int X,unsigned int Y,unsigned int width,unsigned int height );
typedef void (*wsTIdle)( void );
-typedef void (*wsTKeyHandler)( int State,int Type,int Key );
+typedef void (*wsTKeyHandler)( int KeyCode,int Type,int Key );
typedef void (*wsTMouseHandler)( int Button,int X,int Y,int RX,int RY );
typedef void (*wsRemoteHandler)( char * str );