discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=23c473db7b167441699f95c1817e8cf8d43ca61d

commit 23c473db7b167441699f95c1817e8cf8d43ca61d
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Fri Jul 21 16:20:04 2017 -0400

    resize comp bg_blank_object on zone update
    
    various things hook this to check when the compositor is resized
---
 src/bin/e_comp_canvas.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/e_comp_canvas.c b/src/bin/e_comp_canvas.c
index 1e3d89a65..20699a275 100644
--- a/src/bin/e_comp_canvas.c
+++ b/src/bin/e_comp_canvas.c
@@ -720,6 +720,7 @@ e_comp_canvas_update(void)
           }
         e_comp_canvas_zone_update(zone);
      }
+   evas_object_resize(e_comp->canvas->bg_blank_object, e_comp->w, e_comp->h);
 }
 
 E_API void

-- 


Reply via email to