diff --git a/src/bin/e_comp_x.c b/src/bin/e_comp_x.c index 874be930f..cf3717f29 100644 --- a/src/bin/e_comp_x.c +++ b/src/bin/e_comp_x.c @@ -881,9 +881,9 @@ _e_comp_x_evas_hide_cb(void *data, Evas *e EINA_UNUSED, Evas_Object *obj EINA_UN ecore_x_window_hide(_e_comp_x_client_window_get(ec)); if (e_comp_config_get()->send_flush) - ecore_x_e_comp_flush_send(e_client_util_pwin_get(ec)); + ecore_x_e_comp_flush_send(e_client_util_win_get(ec)); if (e_comp_config_get()->send_dump) - ecore_x_e_comp_dump_send(e_client_util_pwin_get(ec)); + ecore_x_e_comp_dump_send(e_client_util_win_get(ec)); } static void