summaryrefslogtreecommitdiffstats
path: root/Gui/wm/ws.h
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-08-11 13:12:38 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-08-11 13:12:38 +0000
commit418dbef6efa7efd9ccd76bb1925f5eeaf5008b3e (patch)
treea0dd4ff3367cf1da204f5fb41029b790fdeec357 /Gui/wm/ws.h
parent0f7ec7d88544be01df6c6710f1ddb4a8df77c9d6 (diff)
downloadmpv-418dbef6efa7efd9ccd76bb1925f5eeaf5008b3e.tar.bz2
mpv-418dbef6efa7efd9ccd76bb1925f5eeaf5008b3e.tar.xz
add xdnd support (from Gregory Kovriga <gkovriga@techunix.technion.ac.il>) and fix -subdelay bug
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6968 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui/wm/ws.h')
-rw-r--r--Gui/wm/ws.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gui/wm/ws.h b/Gui/wm/ws.h
index 3b22de8978..332abdcbf1 100644
--- a/Gui/wm/ws.h
+++ b/Gui/wm/ws.h
@@ -100,7 +100,7 @@ typedef void (*wsTReSize)( unsigned int X,unsigned int Y,unsigned int width,un
typedef void (*wsTIdle)( 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 (*wsRemoteHandler)( char * str );
+typedef void (*wsTDNDHandler)( int num,char ** str );
typedef struct
{
@@ -128,7 +128,7 @@ typedef struct
wsTIdle Idle;
wsTKeyHandler KeyHandler;
wsTMouseHandler MouseHandler;
- wsRemoteHandler RemoteHandler;
+ wsTDNDHandler DandDHandler;
int Alt;
int Shift;