From 351be6f22e540267f66ba27a39d81368b4fb3752 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Tue, 19 Apr 2011 01:55:33 +0000 Subject: [PATCH] fix - shapeinput not shapebounding. copy & paste error SVN revision: 58723 --- legacy/ecore/src/lib/ecore_x/xlib/ecore_x_window_shape.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/ecore/src/lib/ecore_x/xlib/ecore_x_window_shape.c b/legacy/ecore/src/lib/ecore_x/xlib/ecore_x_window_shape.c index 7ffc39f..53ceab0 100644 --- a/legacy/ecore/src/lib/ecore_x/xlib/ecore_x_window_shape.c +++ b/legacy/ecore/src/lib/ecore_x/xlib/ecore_x_window_shape.c @@ -531,7 +531,7 @@ ecore_x_window_shape_input_rectangles_add(Ecore_X_Window win, XShapeCombineRectangles(_ecore_x_disp, win, - ShapeBounding, + ShapeInput, 0, 0, rect, -- 2.7.4