Enlightenment CVS committal Author : sebastid Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_border.c Log Message: Don't update resize and move objects if they don't exists. =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_border.c,v retrieving revision 1.143 retrieving revision 1.144 diff -u -3 -r1.143 -r1.144 --- e_border.c 21 Apr 2005 13:54:38 -0000 1.143 +++ e_border.c 21 Apr 2005 17:33:58 -0000 1.144 @@ -3863,6 +3863,8 @@ { char buf[40]; + if (!resize_ee) return; + if ((bd->client.icccm.base_w >= 0) && (bd->client.icccm.base_h >= 0)) snprintf(buf, sizeof(buf), "%ix%i", @@ -3928,6 +3930,8 @@ { char buf[40]; + if (!move_ee) return; + evas_object_show(move_obj); ecore_evas_show(move_ee); snprintf(buf, sizeof(buf) - 1, "%i %i", bd->x, bd->y); ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs