summaryrefslogtreecommitdiffstats
path: root/Gui
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-08-27 08:33:05 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-08-27 08:33:05 +0000
commita3ce1c658aa10a1f6d18c4f47e4314ca5339b9d1 (patch)
tree34557b639a30356bc3d01aa49df988c22f761859 /Gui
parent5f72bb4caae5080f8d450dbb5e546340c398a685 (diff)
downloadmpv-a3ce1c658aa10a1f6d18c4f47e4314ca5339b9d1.tar.bz2
mpv-a3ce1c658aa10a1f6d18c4f47e4314ca5339b9d1.tar.xz
- add dxr3 equ patch from "Szombathelyi [iso-8859-2] György" <gyurco@freemail.hu>
- add cosmetic patch from uh ... don't know :) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7096 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui')
-rw-r--r--Gui/wm/wsxdnd.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/Gui/wm/wsxdnd.c b/Gui/wm/wsxdnd.c
index 92a37cca22..c971c48afb 100644
--- a/Gui/wm/wsxdnd.c
+++ b/Gui/wm/wsxdnd.c
@@ -5,6 +5,7 @@
#include "ws.h"
#include "wsxdnd.h"
+#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -158,7 +159,9 @@ wsXDNDProcessClientMessage(wsTWindow* wnd, XClientMessageEvent *event)
int offset = 0;
Atom* ret_buff;
Atom ret_type;
- unsigned long ret_format,ret_items;
+ int ret_format;
+ unsigned long ret_items;
+
/* while there is data left...*/
while(ret_left){
XGetWindowProperty(wsDisplay,event->data.l[0],_XA_XdndTypeList,