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@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,
participants (1)
-
Zoltan Ponekker