texfrompixmap fix for "nocomp" mode

SVN revision: 46887
This commit is contained in:
Carsten Haitzler 2010-03-05 03:21:42 +00:00
parent efa3ed8435
commit 4e3fb35b8a
1 changed files with 0 additions and 9 deletions

View File

@ -748,8 +748,6 @@ _e_mod_comp_cb_update(E_Comp *c)
printf("kill comp %x\n", cw->win);
c->nocomp = 1;
c->render_overflow = 1;
// ecore_x_composite_render_window_disable(c->win);
// ecore_x_window_shape_rectangle_set(c->win, -2, -2, 1, 1);
ecore_x_window_hide(c->win);
cw->nocomp = 1;
if (cw->redirected)
@ -760,11 +758,6 @@ _e_mod_comp_cb_update(E_Comp *c)
cw->pw = 0;
cw->ph = 0;
}
if (cw->native)
{
evas_object_image_native_surface_set(cw->obj, NULL);
cw->native = 0;
}
if (cw->pixmap)
{
ecore_x_pixmap_free(cw->pixmap);
@ -818,9 +811,7 @@ _e_mod_comp_cb_update(E_Comp *c)
printf("COMP!\n");
c->nocomp = 0;
c->render_overflow = 1;
// ecore_x_window_shape_rectangle_set(c->win, 0, 0, c->man->w, c->man->h);
ecore_x_window_show(c->win);
// c->win = ecore_x_composite_render_window_enable(c->man->root);
EINA_INLIST_FOREACH(c->wins, cw)
{
if (!cw->nocomp) continue;