reject frame theme changes for clients which have CSD

This commit is contained in:
Mike Blumenkrantz 2015-10-22 19:27:01 -04:00
parent 98f418afa9
commit 7016c59c6f
1 changed files with 1 additions and 0 deletions

View File

@ -2282,6 +2282,7 @@ _e_client_frame_update(E_Client *ec)
const char *bordername;
ec->border.changed = 0;
if (!e_comp_object_frame_allowed(ec->frame)) return;
if (ec->fullscreen || ec->borderless)
bordername = "borderless";
else if (ec->bordername)