[Mplayer-cvslog] CVS: main/Gui/wm wsxdnd.c,1.3,1.4

Zoltan Ponekker pontscho at mplayerhq.hu
Tue Aug 27 10:33:07 CEST 2002


Update of /cvsroot/mplayer/main/Gui/wm
In directory mail:/var/tmp.root/cvs-serv459/Gui/wm

Modified Files:
	wsxdnd.c 
Log Message:


- add dxr3 equ patch from "Szombathelyi [iso-8859-2] György" <gyurco at freemail.hu>
- add cosmetic patch from uh ... don't know :)


Index: wsxdnd.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/wm/wsxdnd.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- wsxdnd.c	26 Aug 2002 22:20:58 -0000	1.3
+++ wsxdnd.c	27 Aug 2002 08:33:04 -0000	1.4
@@ -5,6 +5,7 @@
 #include "ws.h"
 #include "wsxdnd.h"
 
+#include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 
@@ -158,7 +159,9 @@
       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,




More information about the MPlayer-cvslog mailing list