From 2cbb26fb442da94a152094d313ddd62784aea15a Mon Sep 17 00:00:00 2001 From: Sebastian Dransfeld Date: Mon, 11 Feb 2008 17:27:18 +0000 Subject: [PATCH] Need to update edge windows after updating flip. SVN revision: 33728 --- src/bin/e_zone.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bin/e_zone.c b/src/bin/e_zone.c index d6c0614c4..8edcd8a91 100644 --- a/src/bin/e_zone.c +++ b/src/bin/e_zone.c @@ -506,6 +506,7 @@ e_zone_update_flip(E_Zone *zone) E_OBJECT_TYPE_CHECK(zone, E_ZONE_TYPE); _e_zone_update_flip(zone); + _e_zone_update_edge(zone); } EAPI void @@ -1014,6 +1015,7 @@ _e_zone_cb_desk_show(void *data, int type, void *event) if (ev->desk->zone != zone) return 1; _e_zone_update_flip(zone); + _e_zone_update_edge(zone); return 1; }