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

Zoltan Ponekker pontscho at mplayerhq.hu
Tue Aug 27 00:21:01 CEST 2002


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

Modified Files:
	wsxdnd.c 
Log Message:


- warning fixes from Dominik Mierzejewski <dominik at rangers.eu.org>
- wsXDNDProcessSelection return Truae fix
- add url list saving support from Morten Volden <mvolden at tdcadsl.dk>
- fix bug's in this patches
- fix some memleak and bug


Index: wsxdnd.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/wm/wsxdnd.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- wsxdnd.c	11 Aug 2002 19:12:09 -0000	1.2
+++ wsxdnd.c	26 Aug 2002 22:20:58 -0000	1.3
@@ -126,6 +126,7 @@
     }
 
     free(delme);
+    return True;
 }
 
 Bool
@@ -153,10 +154,11 @@
       }
     } else {
       /* need to check the whole list here */
-      int ret_left = 1;
+      unsigned long ret_left = 1;
       int offset = 0;
       Atom* ret_buff;
-      int ret_type,ret_format,ret_items;
+      Atom ret_type;
+      unsigned long ret_format,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