explicitly disable screensaver for wayland urgency wakeups

This commit is contained in:
Mike Blumenkrantz 2015-10-09 15:23:15 -04:00
parent 277eb14ace
commit 45b7224b42
1 changed files with 1 additions and 0 deletions

View File

@ -4090,6 +4090,7 @@ e_client_urgent_set(E_Client *ec, Eina_Bool urgent)
int x, y;
ecore_evas_pointer_xy_get(e_comp->ee, &x, &y);
ecore_evas_pointer_warp(e_comp->ee, x, y);
e_screensaver_notidle();
}
if (!ec->zone) return;