davemds pushed a commit to branch master.

http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=85ac11657711d3ae0c2b18abe0fea10b666e2d93

commit 85ac11657711d3ae0c2b18abe0fea10b666e2d93
Author: davemds <d...@gurumeditation.it>
Date:   Mon Oct 14 21:30:49 2013 +0200

    Python-EFL: unbreak the compilation with older cython. Kuuko: you win a 
spank this time :P
---
 efl/elementary/cnp_callbacks.pxi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/efl/elementary/cnp_callbacks.pxi b/efl/elementary/cnp_callbacks.pxi
index c41c86e..1eeeda5 100644
--- a/efl/elementary/cnp_callbacks.pxi
+++ b/efl/elementary/cnp_callbacks.pxi
@@ -25,7 +25,7 @@ cdef extern from "Elementary.h":
 
     struct _Elm_Drag_User_Info:
         Elm_Sel_Format format
-        const char *data
+        const_char *data
         Eina_List *icons
         Elm_Xdnd_Action action
         Elm_Drag_Icon_Create_Cb createicon

-- 


Reply via email to