From b88b7bd1c4857a11b9b174cb8aab76756463db60 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Sun, 19 Apr 2020 12:36:59 +0100 Subject: [PATCH] e profile send - add debug to let you know what profile e is sending app --- src/bin/e_comp_x.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/e_comp_x.c b/src/bin/e_comp_x.c index f6b93792f..aa3836535 100644 --- a/src/bin/e_comp_x.c +++ b/src/bin/e_comp_x.c @@ -4705,6 +4705,7 @@ _e_comp_x_hook_client_fetch(void *d EINA_UNUSED, E_Client *ec) if (ec->e.state.profile.set) { + printf("E: sent profile set req to 0x%x [%s]\n", win, ec->e.state.profile.set); ecore_x_e_window_profile_change_request_send(win, ec->e.state.profile.set); eina_stringshare_replace(&ec->e.state.profile.wait, ec->e.state.profile.set);