shapeinput too

SVN revision: 50879
This commit is contained in:
Carsten Haitzler 2010-08-07 01:32:07 +00:00
parent 2692e43cf1
commit f3f7274796
2 changed files with 5 additions and 1 deletions

View File

@ -279,7 +279,8 @@ typedef enum _Ecore_X_Gravity
typedef enum _Ecore_X_Shape_Type
{
ECORE_X_SHAPE_BOUNDING,
ECORE_X_SHAPE_CLIP
ECORE_X_SHAPE_CLIP,
ECORE_X_SHAPE_INPUT
} Ecore_X_Shape_Type;
typedef struct _Ecore_X_Event_Mouse_In Ecore_X_Event_Mouse_In;

View File

@ -2154,6 +2154,9 @@ _ecore_x_event_handle_shape_change(XEvent *xevent)
case ShapeClip:
e->type = ECORE_X_SHAPE_CLIP;
break;
case ShapeInput:
e->type = ECORE_X_SHAPE_INPUT;
break;
default:
break;
}