[MPlayer-cvslog] r35858 - trunk/gui/wm/ws.h

ib subversion at mplayerhq.hu
Thu Jan 24 18:28:34 CET 2013


Author: ib
Date: Thu Jan 24 18:28:34 2013
New Revision: 35858

Log:
Cosmetic: Replace declarations.

Modified:
   trunk/gui/wm/ws.h

Modified: trunk/gui/wm/ws.h
==============================================================================
--- trunk/gui/wm/ws.h	Thu Jan 24 18:11:41 2013	(r35857)
+++ trunk/gui/wm/ws.h	Thu Jan 24 18:28:34 2013	(r35858)
@@ -86,8 +86,8 @@
 #define wsRolled     6
 
 typedef   void (*wsTDrawHandler)(void);
-typedef   void (*wsTKeyHandler)(int KeyCode, int Type, int Key);
 typedef   void (*wsTMouseHandler)(int Button, int X, int Y, int RX, int RY);
+typedef   void (*wsTKeyHandler)(int KeyCode, int Type, int Key);
 typedef   void (*wsTDNDHandler)(int num, char **str);
 
 typedef struct {
@@ -109,8 +109,8 @@ typedef struct {
     int Rolled;
 
     wsTDrawHandler DrawHandler;
-    wsTKeyHandler KeyHandler;
     wsTMouseHandler MouseHandler;
+    wsTKeyHandler KeyHandler;
     wsTDNDHandler DNDHandler;
 
     int Alt;


More information about the MPlayer-cvslog mailing list