Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/modules/engines/software_xcb


Modified Files:
        evas_outbuf.c 


Log Message:


sync xcb

===================================================================
RCS file: /cvs/e/e17/libs/evas/src/modules/engines/software_xcb/evas_outbuf.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -3 -r1.16 -r1.17
--- evas_outbuf.c       2 Mar 2007 14:51:17 -0000       1.16
+++ evas_outbuf.c       2 Jun 2007 16:20:32 -0000       1.17
@@ -645,7 +645,7 @@
            }
       free (geom);
    }
-   for (i = 0; i < 10; i++)
+   for (i = 0; i < 20; i++)
      {
        xcb_image_t    *image;
        xcb_rectangle_t rect = { x, y, w, h};
@@ -660,9 +660,9 @@
         /* we sync */
         reply = xcb_get_input_focus_reply(buf->priv.x.conn, 
xcb_get_input_focus_unchecked(buf->priv.x.conn), NULL);
         free(reply);
-       image = xcb_image_get(buf->priv.x.conn, draw, x, y, w, h, 
XCB_ALL_PLANES, XCB_IMAGE_FORMAT_Z_PIXMAP);
-       if (image)
-          xcb_image_destroy(image);
+//     image = xcb_image_get(buf->priv.x.conn, draw, x, y, w, h, 
XCB_ALL_PLANES, XCB_IMAGE_FORMAT_Z_PIXMAP);
+//     if (image)
+//        xcb_image_destroy(image);
         /* we sync */
         reply = xcb_get_input_focus_reply(buf->priv.x.conn, 
xcb_get_input_focus_unchecked(buf->priv.x.conn), NULL);
         free(reply);
@@ -674,9 +674,9 @@
         /* we sync */
         reply = xcb_get_input_focus_reply(buf->priv.x.conn, 
xcb_get_input_focus_unchecked(buf->priv.x.conn), NULL);
         free(reply);
-       image = xcb_image_get(buf->priv.x.conn, draw, x, y, w, h, 
XCB_ALL_PLANES, XCB_IMAGE_FORMAT_Z_PIXMAP);
-       if (image)
-          xcb_image_destroy(image);
+//     image = xcb_image_get(buf->priv.x.conn, draw, x, y, w, h, 
XCB_ALL_PLANES, XCB_IMAGE_FORMAT_Z_PIXMAP);
+//     if (image)
+//        xcb_image_destroy(image);
         /* we sync */
         reply = xcb_get_input_focus_reply(buf->priv.x.conn, 
xcb_get_input_focus_unchecked(buf->priv.x.conn), NULL);
         free(reply);



-------------------------------------------------------------------------
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