Enlightenment CVS committal Author : tilman Project : misc Module : enthrall
Dir : misc/enthrall/src Modified Files: enthrall.c Log Message: warning fixes (morlenxus) =================================================================== RCS file: /cvs/e/misc/enthrall/src/enthrall.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- enthrall.c 18 Sep 2005 15:21:45 -0000 1.2 +++ enthrall.c 18 Aug 2006 17:17:01 -0000 1.3 @@ -1,5 +1,5 @@ /* - * $Id: enthrall.c,v 1.2 2005/09/18 15:21:45 tsauerbeck Exp $ + * $Id: enthrall.c,v 1.3 2006/08/18 17:17:01 tilman Exp $ * * Copyright (C) 2004 Tilman Sauerbeck (tilman at code-monkey de) * @@ -69,10 +69,10 @@ Enthrall *e = udata; Imlib_Image im; Bool b; - int ptr_x = 0, ptr_y = 0; + int ptr_x = 0, ptr_y = 0, unused1; + unsigned int unused2; char buf[PATH_MAX]; Window dw, childw = None; - unsigned int unused; /* FIXME: check whether e->window.id still points to a * valid window. not sure whether this really should be @@ -89,7 +89,7 @@ /* if we have a cursor, find out where it's at */ if (e->cursor.id) { b = XQueryPointer (e->disp, e->window.id, &dw, &childw, - &unused, &unused, &ptr_x, &ptr_y, &unused); + &unused1, &unused1, &ptr_x, &ptr_y, &unused2); if (b == True && childw != None) imlib_blend_image_onto_image (e->cursor.id, true, 0, 0, ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs