diff --git a/legacy/ecore/src/lib/ecore_directfb/Ecore_DirectFB.h b/legacy/ecore/src/lib/ecore_directfb/Ecore_DirectFB.h index 01d068bfa2..1f6fc639aa 100644 --- a/legacy/ecore/src/lib/ecore_directfb/Ecore_DirectFB.h +++ b/legacy/ecore/src/lib/ecore_directfb/Ecore_DirectFB.h @@ -108,6 +108,8 @@ struct _Ecore_DirectFB_Event_Button_Up int x, y; unsigned int time; DFBWindowID win; + int double_click : 1; + int triple_click : 1; }; struct _Ecore_DirectFB_Event_Motion {