Enlightenment CVS committal

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

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


Modified Files:
        __init__.py 


Log Message:
Python-Evas: adding missing constants for Event_Flags.


===================================================================
RCS file: /cvs/e/e17/proto/python-efl/python-evas/evas/__init__.py,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -3 -r1.18 -r1.19
--- __init__.py 6 Dec 2007 15:28:11 -0000       1.18
+++ __init__.py 31 Mar 2008 19:52:56 -0000      1.19
@@ -31,6 +31,9 @@
 EVAS_BUTTON_DOUBLE_CLICK = 1
 EVAS_BUTTON_TRIPLE_CLICK = 2
 
+EVAS_EVENT_FLAG_NONE = 0
+EVAS_EVENT_FLAG_ON_HOLD = 1 << 0
+
 EVAS_RENDER_BLEND = 0
 EVAS_RENDER_BLEND_REL = 1
 EVAS_RENDER_COPY = 2



-------------------------------------------------------------------------
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