debug for future. for now found the problem.
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 21 Oct 2011 09:59:13 +0000 (09:59 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 21 Oct 2011 09:59:13 +0000 (09:59 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@64248 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/modules/engines/gl_x11/evas_engine.c

index 001c4e1..95d0995 100644 (file)
@@ -1186,6 +1186,15 @@ eng_output_redraws_next_update_get(void *data, int *x, int *y, int *w, int *h, i
    rects = evas_common_tilebuf_get_render_rects(re->tb);
    if (rects)
      {
+/*        
+        Tilebuf_Rect *r;
+        
+        printf("REAAAAACCTS\n");
+        EINA_INLIST_FOREACH(EINA_INLIST_GET(rects), r)
+          {
+             printf("  %i %i %ix%i\n", r->x, r->y, r->w, r->h);
+          }
+ */
         evas_common_tilebuf_free_render_rects(rects);
         evas_common_tilebuf_clear(re->tb);
 #if defined (GLES_VARIETY_S3C6410) || defined (GLES_VARIETY_SGX)