comp - commented out debug for later use

This commit is contained in:
Carsten Haitzler 2020-05-01 13:59:59 +01:00
parent 2f7bd84d93
commit d428726382
1 changed files with 4 additions and 0 deletions

View File

@ -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))