add case for net wm state change fetch flag to be set

SVN revision: 75069
This commit is contained in:
Mike Blumenkrantz 2012-08-10 07:48:01 +00:00
parent c0790f7d55
commit edf4cfa5da
1 changed files with 5 additions and 0 deletions

View File

@ -5431,6 +5431,11 @@ _e_border_cb_window_property(void *data __UNUSED__,
bd->client.e.fetch.video_parent = 1;
bd->changed = 1;
}
else if (e->atom == ECORE_X_ATOM_NET_WM_STATE)
{
bd->client.netwm.fetch.state = 1;
bd->changed = 1;
}
return ECORE_CALLBACK_PASS_ON;
}