Enlightenment CVS committal

Author  : cmarcelo
Project : e17
Module  : proto/python-efl

Dir     : e17/proto/python-efl/python-evas/include/evas


Modified Files:
        c_evas.pxd 


Log Message:
Add support for new event_flags member in Events structures.


===================================================================
RCS file: /cvs/e/e17/proto/python-efl/python-evas/include/evas/c_evas.pxd,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- c_evas.pxd  26 Mar 2008 04:41:15 -0000      1.10
+++ c_evas.pxd  26 Mar 2008 04:43:26 -0000      1.11
@@ -42,6 +42,11 @@
         EVAS_BUTTON_TRIPLE_CLICK
 
 
+    ctypedef enum Evas_Event_Flags:
+        EVAS_EVENT_FLAG_NONE
+        EVAS_EVENT_FLAG_ON_HOLD
+
+
     ctypedef enum Evas_Font_Hinting_Flags:
         EVAS_FONT_HINTING_NONE
         EVAS_FONT_HINTING_AUTO
@@ -151,6 +156,7 @@
         Evas_Modifier *modifiers
         Evas_Lock *locks
         unsigned int timestamp
+        Evas_Event_Flags event_flags
 
     ctypedef struct Evas_Event_Mouse_Out:
         int buttons
@@ -160,6 +166,7 @@
         Evas_Modifier *modifiers
         Evas_Lock *locks
         unsigned int timestamp
+        Evas_Event_Flags event_flags
 
     ctypedef struct Evas_Event_Mouse_Down:
         int button
@@ -170,6 +177,7 @@
         Evas_Lock *locks
         Evas_Button_Flags flags
         unsigned int timestamp
+        Evas_Event_Flags event_flags
 
     ctypedef struct Evas_Event_Mouse_Up:
         int button
@@ -180,6 +188,7 @@
         Evas_Lock *locks
         Evas_Button_Flags flags
         unsigned int timestamp
+        Evas_Event_Flags event_flags
 
     ctypedef struct Evas_Event_Mouse_Move:
         int buttons
@@ -189,6 +198,7 @@
         Evas_Modifier *modifiers
         Evas_Lock *locks
         unsigned int timestamp
+        Evas_Event_Flags event_flags
 
     ctypedef struct Evas_Event_Mouse_Wheel:
         int direction # 0 = default up/down wheel
@@ -199,6 +209,7 @@
         Evas_Modifier *modifiers
         Evas_Lock *locks
         unsigned int timestamp
+        Evas_Event_Flags event_flags
 
     ctypedef struct Evas_Event_Key_Down:
         char *keyname
@@ -209,6 +220,7 @@
         char *string
         char *compose
         unsigned int timestamp
+        Evas_Event_Flags event_flags
 
     ctypedef struct Evas_Event_Key_Up:
         char *keyname
@@ -219,6 +231,7 @@
         char *string
         char *compose
         unsigned int timestamp
+        Evas_Event_Flags event_flags
 
 
     ####################################################################



-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to