Enlightenment CVS committal Author : barbieri Project : e17 Module : proto/python-efl
Dir : e17/proto/python-efl/python-ecore/ecore/x Modified Files: .cvsignore __init__.py Added Files: ecore.x.c_ecore_x.pyx ecore.x.c_ecore_x_window.pxi ecore.x.screensaver.pyx Log Message: Basic Ecore_X (Window) support. =================================================================== RCS file: /cvs/e/e17/proto/python-efl/python-ecore/ecore/x/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- .cvsignore 6 Sep 2007 04:17:50 -0000 1.1 +++ .cvsignore 5 Nov 2007 21:50:55 -0000 1.2 @@ -1,2 +1,4 @@ *.pyc *.pyo +ecore.x.c_ecore_x.c +ecore.x.screensaver.c =================================================================== RCS file: /cvs/e/e17/proto/python-efl/python-ecore/ecore/x/__init__.py,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- __init__.py 6 Sep 2007 04:17:50 -0000 1.1 +++ __init__.py 5 Nov 2007 21:50:55 -0000 1.2 @@ -1,6 +1,6 @@ #!/usr/bin/env python2 -# XXX TODO: implement ecore_x +from c_ecore_x import * ECORE_X_CURSOR_X = 0 ECORE_X_CURSOR_ARROW = 2 ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs