COMP - log if comp goes on or off

This commit is contained in:
Carsten Haitzler 2021-03-17 22:51:26 +00:00
parent cb8ccb9a79
commit 12853a3bab
1 changed files with 2 additions and 0 deletions

View File

@ -272,6 +272,7 @@ _e_comp_cb_nocomp_begin(void)
e_comp_render_queue(); e_comp_render_queue();
e_comp_shape_queue_block(1); e_comp_shape_queue_block(1);
ecore_event_add(E_EVENT_COMPOSITOR_DISABLE, NULL, NULL, NULL); ecore_event_add(E_EVENT_COMPOSITOR_DISABLE, NULL, NULL, NULL);
printf("COMP: suspend\n");
} }
static void static void
@ -281,6 +282,7 @@ _e_comp_cb_nocomp_end(void)
if (!e_comp->nocomp) return; if (!e_comp->nocomp) return;
printf("COMP: resume\n");
INF("COMP RESUME!"); INF("COMP RESUME!");
//ecore_evas_manual_render_set(e_comp->ee, EINA_FALSE); //ecore_evas_manual_render_set(e_comp->ee, EINA_FALSE);
ecore_evas_show(e_comp->ee); ecore_evas_show(e_comp->ee);