Enlightenment CVS committal

Author  : codewarrior
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        Makefile.am e_includes.h 
Added Files:
        e_icon_layout.c e_icon_layout.h 


Log Message:
- added e_icon_layout which will layout icons and manage them after moves / 
resises ...


===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/Makefile.am,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -3 -r1.61 -r1.62
--- Makefile.am 13 Oct 2005 15:15:27 -0000      1.61
+++ Makefile.am 14 Oct 2005 11:18:00 -0000      1.62
@@ -93,7 +93,8 @@
 e_widget_frametable.h \
 e_widget_table.h \
 e_config_dialog.h \
-e_int_config_focus.h
+e_int_config_focus.h \
+e_icon_layout.h
 
 enlightenment_src = \
 e_user.c \
@@ -169,6 +170,7 @@
 e_widget_table.c \
 e_config_dialog.c \
 e_int_config_focus.c \
+e_icon_layout.c \
 $(ENLIGHTENMENTHEADERS)
 
 enlightenment_SOURCES = \
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_includes.h,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -3 -r1.46 -r1.47
--- e_includes.h        13 Oct 2005 15:15:27 -0000      1.46
+++ e_includes.h        14 Oct 2005 11:18:00 -0000      1.47
@@ -75,3 +75,4 @@
 #include "e_widget_table.h"
 #include "e_config_dialog.h"
 #include "e_int_config_focus.h"
+#include "e_icon_layout.h"




-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to