SVN revision: 30193
This commit is contained in:
Carsten Haitzler 2007-06-02 16:20:32 +00:00
parent a730b4be5d
commit 73e80593dc
1 changed files with 7 additions and 7 deletions

View File

@ -645,7 +645,7 @@ evas_software_xcb_outbuf_debug_show(Outbuf *buf,
}
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 @@ evas_software_xcb_outbuf_debug_show(Outbuf *buf,
/* 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 @@ evas_software_xcb_outbuf_debug_show(Outbuf *buf,
/* 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);