[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
- Previous message: [Mplayer-cvslog] CVS: main/Gui/mplayer/gtk eq.c,1.9,1.10 eq.h,1.3,1.4 menu.h,1.1,1.2 opts.h,1.3,1.4 pl.c,1.9,1.10 pl.h,1.5,1.6 url.c,1.6,1.7
- Next message: [Mplayer-cvslog] CVS: main/Gui app.c,1.13,1.14 cfg.c,1.8,1.9 interface.c,1.38,1.39 interface.h,1.21,1.22
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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,
- Previous message: [Mplayer-cvslog] CVS: main/Gui/mplayer/gtk eq.c,1.9,1.10 eq.h,1.3,1.4 menu.h,1.1,1.2 opts.h,1.3,1.4 pl.c,1.9,1.10 pl.h,1.5,1.6 url.c,1.6,1.7
- Next message: [Mplayer-cvslog] CVS: main/Gui app.c,1.13,1.14 cfg.c,1.8,1.9 interface.c,1.38,1.39 interface.h,1.21,1.22
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list