e_notification: de-e_comp_get()ify

This commit is contained in:
Stefan Schmidt 2015-01-23 13:49:09 +01:00
parent 56de1002ec
commit 38b8ba509b
1 changed files with 2 additions and 2 deletions

View File

@ -93,8 +93,8 @@ notify_cb(const Eldbus_Service_Interface *iface EINA_UNUSED, const Eldbus_Messag
if (e_screensaver_on_get() && e_config->screensaver_wake_on_notify)
{
int x, y;
ecore_evas_pointer_xy_get(e_comp_get(NULL)->ee, &x, &y);
ecore_evas_pointer_warp(e_comp_get(NULL)->ee, x, y);
ecore_evas_pointer_xy_get(e_comp->ee, &x, &y);
ecore_evas_pointer_warp(e_comp->ee, x, y);
}
eldbus_message_iter_dict_iterate(hints_iter, "sv", hints_dict_iter, n);
n->app_name = eina_stringshare_add(n->app_name);