Mercurial > mplayer.hg
changeset 35764:eba3a00b9c92
Cosmetic: Replace declarations.
author | ib |
---|---|
date | Thu, 24 Jan 2013 17:28:34 +0000 |
parents | ce6de800ee29 |
children | 42827680dfb9 |
files | gui/wm/ws.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/gui/wm/ws.h Thu Jan 24 17:11:41 2013 +0000 +++ b/gui/wm/ws.h Thu Jan 24 17:28:34 2013 +0000 @@ -86,8 +86,8 @@ #define wsRolled 6 typedef void (*wsTDrawHandler)(void); +typedef void (*wsTMouseHandler)(int Button, int X, int Y, int RX, int RY); typedef void (*wsTKeyHandler)(int KeyCode, int Type, int Key); -typedef void (*wsTMouseHandler)(int Button, int X, int Y, int RX, int RY); typedef void (*wsTDNDHandler)(int num, char **str); typedef struct { @@ -109,8 +109,8 @@ int Rolled; wsTDrawHandler DrawHandler; + wsTMouseHandler MouseHandler; wsTKeyHandler KeyHandler; - wsTMouseHandler MouseHandler; wsTDNDHandler DNDHandler; int Alt;