Enlightenment CVS committal
Author : raster
Project : e17
Module : libs/evas
Dir : e17/libs/evas/src/lib/canvas
Modified Files:
evas_render.c
Log Message:
fix fix fix :)
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/canvas/evas_render.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- evas_render.c 25 Jun 2003 07:58:58 -0000 1.4
+++ evas_render.c 25 Jun 2003 08:26:56 -0000 1.5
@@ -91,7 +91,6 @@
MAGIC_CHECK_END();
if (!e->changed) return NULL;
-/* printf("REND\n");*/
/* phase 1. add extra updates for changed objects */
for (l = (Evas_Object_List *)e->layers; l; l = l->next)
{
@@ -111,7 +110,6 @@
/* something changed... maybe... */
if (obj->changed)
{
-/* printf("change...\n");*/
if ((obj->restack) &&
(!obj->clip.clipees) &&
(!obj->smart.smart) &&
@@ -126,23 +124,13 @@
if (evas_object_is_opaque(obj) &&
evas_object_is_visible(obj) &&
(!obj->smart.smart) &&
- (!obj->clip.clipees))
- {
-/*
- printf("NOchange %s %i %i %ix%i\n",
- obj->type,
- obj->cur.cache.clip.x,
- obj->cur.cache.clip.y,
- obj->cur.cache.clip.w,
- obj->cur.cache.clip.h);
- */
+ (!obj->clip.clipees) &&
+ (!obj->delete_me))
e->engine.func->output_redraws_rect_del(e->engine.data.output,
obj->cur.cache.clip.x,
obj->cur.cache.clip.y,
obj->cur.cache.clip.w,
obj->cur.cache.clip.h);
-
- }
}
}
}
@@ -244,7 +232,6 @@
if (evas_object_is_in_output_rect(obj, ux, uy, uw, uh))
obscuring_objects = evas_list_append(obscuring_objects, obj);
}
-/* printf("Render area...\n");*/
/* render all object that intersect with rect */
for (ll = active_objects; ll; ll = ll->next)
{
@@ -282,14 +269,6 @@
Evas_Object *obj2;
obj2 = (Evas_Object *)l3->data;
-/*
- printf("CUTOUT %p %s, %i %i %ix%i\n",
- obj2, obj2->type,
- obj2->cur.cache.clip.x,
- obj2->cur.cache.clip.y,
- obj2->cur.cache.clip.w,
- obj2->cur.cache.clip.h);
- */
e->engine.func->context_cutout_add(e->engine.data.output,
e->engine.data.context,
obj2->cur.cache.clip.x
+ off_x,
-------------------------------------------------------
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs