don't break nocomp for client activate requests

This commit is contained in:
Mike Blumenkrantz 2014-08-30 07:13:04 -04:00
parent cdaa53fc8f
commit 44545b53a9
1 changed files with 1 additions and 1 deletions

View File

@ -1905,7 +1905,7 @@ _e_comp_x_message(void *data EINA_UNUSED, int type EINA_UNUSED, Ecore_X_Event_Cl
break;
default:
if (e_client_action_get())
if (e_client_action_get() || ec->comp->nocomp)
{
/* be helpful and ignore activates during window actions, but still set urgent */
e_client_urgent_set(ec, 1);