discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=14207e9770a61f1fee5b10519a86e4532f5fd82a
commit 14207e9770a61f1fee5b10519a86e4532f5fd82a Author: Mike Blumenkrantz <[email protected]> Date: Wed Jan 22 21:41:32 2014 -0500 allow toggling composite window events for override windows --- src/bin/e_comp_x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_comp_x.c b/src/bin/e_comp_x.c index 2a8b83c..b650a2d 100644 --- a/src/bin/e_comp_x.c +++ b/src/bin/e_comp_x.c @@ -683,7 +683,7 @@ _e_comp_x_client_pri_norm(E_Client *ec) static void _e_comp_x_client_shape_input_rectangle_set(E_Client *ec) { - Ecore_X_Window win = e_client_util_pwin_get(ec); + Ecore_X_Window win = _e_comp_x_client_window_get(ec); if (!ec->comp_data->reparented) return; --
