raster pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=12853a3bab689d7842e1baf20ee2cfbe3a69d4f6

commit 12853a3bab689d7842e1baf20ee2cfbe3a69d4f6
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Wed Mar 17 22:51:26 2021 +0000

    COMP - log if comp goes on or off
---
 src/bin/e_comp.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/bin/e_comp.c b/src/bin/e_comp.c
index fbdc1e13e..c3c08167b 100644
--- a/src/bin/e_comp.c
+++ b/src/bin/e_comp.c
@@ -272,6 +272,7 @@ _e_comp_cb_nocomp_begin(void)
    e_comp_render_queue();
    e_comp_shape_queue_block(1);
    ecore_event_add(E_EVENT_COMPOSITOR_DISABLE, NULL, NULL, NULL);
+   printf("COMP: suspend\n");
 }
 
 static void
@@ -281,6 +282,7 @@ _e_comp_cb_nocomp_end(void)
 
    if (!e_comp->nocomp) return;
 
+   printf("COMP: resume\n");
    INF("COMP RESUME!");
    //ecore_evas_manual_render_set(e_comp->ee, EINA_FALSE);
    ecore_evas_show(e_comp->ee);

-- 


Reply via email to