Enlightenment CVS committal

Author  : titan
Project : e17
Module  : proto

Dir     : e17/proto/ephoto/src/bin


Modified Files:
        Makefile.am ephoto.h 
Added Files:
        ephoto_imaging.c 


Log Message:
Get the beginning of abstracted imaging code into cvs.

===================================================================
RCS file: /cvs/e/e17/proto/ephoto/src/bin/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 18 Dec 2006 19:02:44 -0000      1.2
+++ Makefile.am 11 Jan 2007 23:14:28 -0000      1.3
@@ -5,6 +5,7 @@
 ephoto_test_SOURCES = ephoto.c \
                      ephoto_browsing.c \
                      ephoto_gui.c \
+                     ephoto_imaging.c \
                      ephoto_nls.c 
                     
 ephoto_test_CFLAGS = @ewl_cflags@
===================================================================
RCS file: /cvs/e/e17/proto/ephoto/src/bin/ephoto.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- ephoto.h    22 Dec 2006 03:33:18 -0000      1.5
+++ ephoto.h    11 Jan 2007 23:14:28 -0000      1.6
@@ -20,6 +20,11 @@
 Ecore_List *get_directories(char *directory);
 Ecore_List *get_images(char *directory);
 
+/* Ephoto Imaging */
+unsigned int *rotate_left(Ewl_Widget *image);
+unsigned int *rotate_right(Ewl_Widget *image);
+void update_image(Ewl_Widget *image, int w, int h, unsigned int *data);
+
 /* NLS */
 #ifdef ENABLE_NLS
 # include <libintl.h>



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to