Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/emotion

Dir     : e17/libs/emotion/src/lib


Modified Files:
        emotion_smart.c 


Log Message:


debugging emotion.

===================================================================
RCS file: /cvs/e/e17/libs/emotion/src/lib/emotion_smart.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -3 -r1.28 -r1.29
--- emotion_smart.c     6 May 2007 05:05:26 -0000       1.28
+++ emotion_smart.c     18 Jul 2007 04:42:31 -0000      1.29
@@ -822,6 +822,7 @@
    Smart_Data *sd;
    
    E_SMART_OBJ_GET(sd, obj, E_OBJ_NAME);
+//   printf("pix get set 1 %p\n", sd->obj);
    evas_object_image_pixels_dirty_set(sd->obj, 1);
 }
 
@@ -1036,6 +1037,7 @@
      }
    if ((iw < 1) || (ih < 1))
      {
+//     printf("pix get set 0 (1)\n");
        evas_object_image_pixels_dirty_set(obj, 0);
      }
    else
@@ -1056,6 +1058,7 @@
                    evas_object_image_data_update_add(obj, 0, 0, iw, ih);
               }
             evas_object_image_data_set(obj, rows);
+//          printf("pix get set 0 (2)\n");
             evas_object_image_pixels_dirty_set(obj, 0);
          }
        else if (format == EMOTION_FORMAT_BGRA)
@@ -1063,6 +1066,7 @@
             if (sd->module->bgra_data_get(sd->video, &bgra_data));
               {
                  evas_object_image_data_set(obj, bgra_data);
+//               printf("pix get set 0 (3)\n");
                  evas_object_image_pixels_dirty_set(obj, 0);
               }
          }



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to