set client opacity any time netwm hint has changed in fetch

fix T5370
This commit is contained in:
Mike Blumenkrantz 2017-07-28 13:49:31 -04:00
parent 096c6b4090
commit 23613b3ded
1 changed files with 2 additions and 0 deletions

View File

@ -3918,6 +3918,8 @@ _e_comp_x_hook_client_fetch(void *d EINA_UNUSED, E_Client *ec)
if (ec->netwm.opacity != val)
{
ec->netwm.opacity = val;
evas_object_color_set(ec->frame,
ec->netwm.opacity, ec->netwm.opacity, ec->netwm.opacity, ec->netwm.opacity);
rem_change = 1;
}
ec->netwm.fetch.opacity = !ec->netwm.opacity;