send X flush/dump to client window, not parent window

This commit is contained in:
Mike Blumenkrantz 2014-01-28 15:38:40 -05:00
parent d09e8af4f3
commit 49d6de3316
1 changed files with 2 additions and 2 deletions

View File

@ -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