notidle the screensaver in wl compositor mouse move cb

fixes screen blanking while user is active
This commit is contained in:
Mike Blumenkrantz 2015-07-30 16:35:51 -04:00
parent de1d24021b
commit 04fe354592
1 changed files with 1 additions and 0 deletions

View File

@ -889,6 +889,7 @@ _e_comp_wl_cb_mouse_move(void *d EINA_UNUSED, int t EINA_UNUSED, Ecore_Event_Mou
e_comp->wl_comp_data->ptr.x = wl_fixed_from_int(ev->x);
e_comp->wl_comp_data->ptr.y = wl_fixed_from_int(ev->y);
e_screensaver_notidle();
return ECORE_CALLBACK_RENEW;
}