From d428726382c145e15b0e0c4f12352167e9e81abd Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Fri, 1 May 2020 13:59:59 +0100 Subject: [PATCH] comp - commented out debug for later use --- src/bin/e_comp.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/bin/e_comp.c b/src/bin/e_comp.c index 316c189ac..e911787f2 100644 --- a/src/bin/e_comp.c +++ b/src/bin/e_comp.c @@ -158,10 +158,14 @@ _e_comp_fullscreen_check(void) { E_Client *ec; +// printf("------------------------\n"); E_CLIENT_REVERSE_FOREACH(ec) { Evas_Object *o = ec->frame; +// printf("FSCK %p [%i %i %ix%i] [%s]\n", +// ec, ec->x, ec->y, ec->w, ec->h, +// e_client_util_name_get(ec)); if (ec->ignored || ec->input_only || (!evas_object_visible_get(ec->frame))) continue; if (!e_comp_util_client_is_fullscreen(ec))