Enlightenment CVS committal

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

Dir     : e17/proto/python-efl/python-ecore/ecore/x


Modified Files:
        __init__.py 


Log Message:


fix stuff - as this is so hard to just rebuild and python has no idea of
dependencies to rebuilkd.. i have to rm -rf the tree to have a hope of it
working.. so cmiiting all changes regardless of workign state is he only way
to go.

===================================================================
RCS file: /cvs/e/e17/proto/python-efl/python-ecore/ecore/x/__init__.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- __init__.py 12 Nov 2007 01:55:04 -0000      1.4
+++ __init__.py 25 Jul 2008 19:05:24 -0000      1.5
@@ -235,4 +235,15 @@
 ECORE_X_DAMAGE_REPORT_BOUNDING_BOX = 2
 ECORE_X_DAMAGE_REPORT_NON_EMPTY = 3
 
+ECORE_X_VIRTUAL_KEYBOARD_STATE_UNKNOWN = 0
+ECORE_X_VIRTUAL_KEYBOARD_STATE_OFF = 1
+ECORE_X_VIRTUAL_KEYBOARD_STATE_ON = 2
+ECORE_X_VIRTUAL_KEYBOARD_STATE_ALPHA = 3
+ECORE_X_VIRTUAL_KEYBOARD_STATE_NUMERIC = 4
+ECORE_X_VIRTUAL_KEYBOARD_STATE_PIN = 5
+ECORE_X_VIRTUAL_KEYBOARD_STATE_PHONE_NUMBER = 6
+ECORE_X_VIRTUAL_KEYBOARD_STATE_HEX = 7
+ECORE_X_VIRTUAL_KEYBOARD_STATE_TERMINAL = 8
+ECORE_X_VIRTUAL_KEYBOARD_STATE_PASSWORD = 9
+
 init()



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to