discomfitor pushed a commit to branch master.

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

commit 2cb00285fd10156c44096a14aad7108a65948698
Author: Mike Blumenkrantz <[email protected]>
Date:   Wed Mar 18 11:37:27 2015 -0400

    remove E_Comp from E_Client_Layout_Cb
---
 src/bin/e_client.c | 2 +-
 src/bin/e_client.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/bin/e_client.c b/src/bin/e_client.c
index ae97102..e24c5bc 100644
--- a/src/bin/e_client.c
+++ b/src/bin/e_client.c
@@ -2331,7 +2331,7 @@ e_client_idler_before(void)
      }
 
    if (_e_client_layout_cb)
-     _e_client_layout_cb(e_comp);
+     _e_client_layout_cb();
 
    // pass 3 - hide windows needing hide and eval (main eval)
    E_CLIENT_FOREACH(ec)
diff --git a/src/bin/e_client.h b/src/bin/e_client.h
index b72c74d..2cb20ad 100644
--- a/src/bin/e_client.h
+++ b/src/bin/e_client.h
@@ -169,7 +169,7 @@ typedef enum _E_Client_Hook_Point
 
 typedef void (*E_Client_Move_Intercept_Cb)(E_Client *, int x, int y);
 typedef void (*E_Client_Hook_Cb)(void *data, E_Client *ec);
-typedef void (*E_Client_Layout_Cb)(void * /* E_Comp */); //< can't use real 
type because of include order
+typedef void (*E_Client_Layout_Cb)(void);
 #else
 
 #ifndef HAVE_WAYLAND_ONLY

-- 


Reply via email to