Enlightenment CVS committal Author : tilman Project : misc Module : enthrall
Dir : misc/enthrall/src Modified Files: enthrall.c Log Message: child window may be none =================================================================== RCS file: /cvs/e/misc/enthrall/src/enthrall.c,v retrieving revision 1.8 retrieving revision 1.9 diff -u -3 -r1.8 -r1.9 --- enthrall.c 26 Aug 2006 11:10:12 -0000 1.8 +++ enthrall.c 11 Oct 2006 19:02:19 -0000 1.9 @@ -1,5 +1,5 @@ /* - * $Id: enthrall.c,v 1.8 2006/08/26 11:10:12 tilman Exp $ + * $Id: enthrall.c,v 1.9 2006/10/11 19:02:19 tilman Exp $ * * Copyright (C) 2004 Tilman Sauerbeck (tilman at code-monkey de) * @@ -94,7 +94,7 @@ b = XQueryPointer (e->disp, e->window.id, &dw, &childw, &unused1, &unused1, &ptr_x, &ptr_y, &unused2); - if (b == True && childw != None) + if (b == True) imlib_blend_image_onto_image (e->cursor.id, true, 0, 0, e->cursor.w, e->cursor.h, ptr_x, ptr_y, ------------------------------------------------------------------------- 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