diff Gui/wm/ws.h @ 6183:a4bbda72ce86

fix two small bug and add multimedia keyboard support ( i tested with Acer AirKey V only )
author pontscho
date Sat, 25 May 2002 09:46:37 +0000
parents b9651eb9749e
children 8f49c75a2824
line wrap: on
line diff
--- a/Gui/wm/ws.h	Sat May 25 08:48:05 2002 +0000
+++ b/Gui/wm/ws.h	Sat May 25 09:46:37 2002 +0000
@@ -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 );