Enlightenment CVS committal Author : raster Project : e17 Module : libs/ecore
Dir : e17/libs/ecore/src/lib/ecore_evas Modified Files: ecore_evas_x.c Log Message: expose optimising! =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_evas/ecore_evas_x.c,v retrieving revision 1.33 retrieving revision 1.34 diff -u -3 -r1.33 -r1.34 --- ecore_evas_x.c 2 Mar 2005 07:06:34 -0000 1.33 +++ ecore_evas_x.c 31 Mar 2005 15:39:36 -0000 1.34 @@ -345,6 +345,8 @@ ee = _ecore_evas_x_match(e->win); if (!ee) return 1; /* pass on event */ if ((ee->prop.fullscreen) && (e->win == ee->engine.x.win_container)) return 0; + if (ee->engine.x.direct_resize) return 0; + if ((e->from_wm) || (ee->prop.fullscreen) || (ee->prop.override)) { if ((ee->x != e->x) || (ee->y != e->y)) @@ -473,6 +475,16 @@ Evas_List *updates, *l; updates = evas_render_updates(ee->evas); +#if 0 + for (l = updates; l; l = l->next) + { + Evas_Rectangle *r; + + r = l->data; + printf("DMG render [%i %i %ix%i]\n", + r->x, r->y, r->w, r->h); + } +#endif for (l = updates; l; l = l->next) { Evas_Rectangle *r; @@ -557,11 +569,11 @@ updates = evas_render_updates(ee->evas); if (updates) { -#if 0 +#if 0 Evas_List *l; - printf("RENDER [%p] [%ix%i]\n", - ee, ee->w, ee->h); + printf("RENDER [%p] [%i] [%ix%i]\n", + ee, ee->visible, ee->w, ee->h); for (l = updates; l; l = l->next) { Evas_Rectangle *r; ------------------------------------------------------- This SF.net email is sponsored by Demarc: A global provider of Threat Management Solutions. Download our HomeAdmin security software for free today! http://www.demarc.com/info/Sentarus/hamr30 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs