Enlightenment CVS committal
Author : barbieri
Project : e17
Module : proto/python-efl
Dir : e17/proto/python-efl/python-evas/include/evas
Modified Files:
c_evas.pxd
Log Message:
Reformat to fit coding style + unify headers
This should change no logic, just coding style. Next commits will
change types and break some functions into smaller pieces.
===================================================================
RCS file: /cvs/e/e17/proto/python-efl/python-evas/include/evas/c_evas.pxd,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- c_evas.pxd 13 Nov 2007 21:55:33 -0000 1.6
+++ c_evas.pxd 12 Mar 2008 18:53:55 -0000 1.7
@@ -531,6 +531,18 @@
void evas_object_text_style_pad_get(Evas_Object *obj, int *l, int *r, int
*t, int *b)
+cdef extern from "evas_object_image_python_extras.h":
+ ctypedef enum Evas_Object_Image_Rotation:
+ ROTATE_NONE
+ ROTATE_90
+ ROTATE_180
+ ROTATE_270
+
+ int evas_object_image_mask_fill(Evas_Object *src, Evas_Object *mask,
Evas_Object *surface, int x_mask, int y_mask, int x_surface, int y_surface)
+ void evas_object_image_rotate(Evas_Object *image,
Evas_Object_Image_Rotation rotation)
+
+
+
cdef public class Rect [object PyEvasRect, type PyEvasRect_Type]:
cdef int x0, y0, x1, y1, cx, cy, _w, _h
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs