explicitly disable screensaver for wayland urgency wakeups
authorMike Blumenkrantz <zmike@osg.samsung.com>
Fri, 9 Oct 2015 19:23:15 +0000 (15:23 -0400)
committerMike Blumenkrantz <zmike@osg.samsung.com>
Fri, 9 Oct 2015 19:23:15 +0000 (15:23 -0400)
src/bin/e_client.c

index 72cc572..136449e 100644 (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;