devilhorns pushed a commit to branch master.

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

commit e04343eaaabdea30608dc1f7e33b1d7aef1d9fde
Author: Chris Michael <[email protected]>
Date:   Fri Oct 17 05:17:41 2014 -0400

    add checks in client focus/unfocus to test for wayland client
    
    Signed-off-by: Chris Michael <[email protected]>
---
 src/bin/e_comp_wl.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c
index ee98e44..f5348dd 100644
--- a/src/bin/e_comp_wl.c
+++ b/src/bin/e_comp_wl.c
@@ -1267,6 +1267,8 @@ _e_comp_wl_client_cb_del(void *data EINA_UNUSED, E_Client 
*ec)
 static void 
 _e_comp_wl_client_cb_focus_set(void *data EINA_UNUSED, E_Client *ec)
 {
+   E_COMP_WL_PIXMAP_CHECK;
+
    /* send configure */
    if (ec->comp_data->shell.configure_send)
      {
@@ -1294,6 +1296,8 @@ _e_comp_wl_client_cb_focus_set(void *data EINA_UNUSED, 
E_Client *ec)
 static void 
 _e_comp_wl_client_cb_focus_unset(void *data EINA_UNUSED, E_Client *ec)
 {
+   E_COMP_WL_PIXMAP_CHECK;
+
    /* send configure */
    if (ec->comp_data->shell.configure_send)
      {

-- 


Reply via email to