remove E_Comp from E_Client_Layout_Cb

This commit is contained in:
Mike Blumenkrantz 2015-03-18 11:37:27 -04:00
parent 33f341c75d
commit 2cb00285fd
2 changed files with 2 additions and 2 deletions

View File

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

View File

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