From 0549ef9e6013cc6fc0691a7ca032124c73dd4574 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Tue, 3 Aug 2010 09:13:31 +0000 Subject: [PATCH] and now disable this hide handling. no longer needed with no-hide hack. SVN revision: 50762 --- src/modules/comp/e_mod_comp.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/modules/comp/e_mod_comp.c b/src/modules/comp/e_mod_comp.c index 55542af23..57932f114 100644 --- a/src/modules/comp/e_mod_comp.c +++ b/src/modules/comp/e_mod_comp.c @@ -1722,6 +1722,7 @@ _e_mod_comp_win_hide(E_Comp_Win *cw) // fixme: ask the x homies. why does this need to be done? // why free pixmap (+texture bound), undriect, then redirect again // getting pixmap againand well - getting texture too again. why? +#if 0 // disable if (cw->redirected) { if (cw->pixmap) ecore_x_pixmap_free(cw->pixmap); @@ -1766,6 +1767,7 @@ _e_mod_comp_win_hide(E_Comp_Win *cw) cw->dmg_updates = 0; ecore_x_e_comp_pixmap_set(cw->win, cw->pixmap); } +#endif if (_comp_mod->conf->send_flush) { if (cw->bd) ecore_x_e_comp_flush_send(cw->bd->client.win);