From 19d1c80dcfef7ab6b8e85a3feadd88898ada124f Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Thu, 16 Oct 2008 14:19:37 +0000 Subject: [PATCH] go back to expose damage avoid SVN revision: 36722 --- legacy/elementary/src/lib/elm_win.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/legacy/elementary/src/lib/elm_win.c b/legacy/elementary/src/lib/elm_win.c index 05c471d478..72e4f7a297 100644 --- a/legacy/elementary/src/lib/elm_win.c +++ b/legacy/elementary/src/lib/elm_win.c @@ -354,11 +354,11 @@ elm_win_add(Evas_Object *parent, const char *name, Elm_Win_Type type) free(win); return NULL; } - printf("_elm_config->bgpixmap = %i\n" - "_elm_config->compositing = %i\n", - _elm_config->bgpixmap, _elm_config->compositing); if (_elm_config->bgpixmap && !_elm_config->compositing) - ecore_evas_avoid_damage_set(win->ee, ECORE_EVAS_AVOID_DAMAGE_BUILT_IN); + ecore_evas_avoid_damage_set(win->ee, ECORE_EVAS_AVOID_DAMAGE_EXPOSE); +// bg pixmap done by x - has other issues like can be redrawn by x before it +// is filled/ready by app +// ecore_evas_avoid_damage_set(win->ee, ECORE_EVAS_AVOID_DAMAGE_BUILT_IN); win->type = type; win->parent = parent;