discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=49d6de3316bab1ad3dcf96fd74a799eb4cd6d3d0

commit 49d6de3316bab1ad3dcf96fd74a799eb4cd6d3d0
Author: Mike Blumenkrantz <[email protected]>
Date:   Tue Jan 28 15:38:40 2014 -0500

    send X flush/dump to client window, not parent window
---
 src/bin/e_comp_x.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/bin/e_comp_x.c b/src/bin/e_comp_x.c
index 874be93..cf3717f 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

-- 


Reply via email to