Enlightenment CVS committal Author : chaos Project : e17 Module : proto
Dir : e17/proto/entropy/src/include Modified Files: entropy.h entropy_core.h Log Message: * Squash warnings (my rule: one warning, per day - shouldn't take long) * 'Cut' support! Finally! * File create notify for icon view =================================================================== RCS file: /cvs/e/e17/proto/entropy/src/include/entropy.h,v retrieving revision 1.33 retrieving revision 1.34 diff -u -3 -r1.33 -r1.34 --- entropy.h 5 Sep 2006 06:47:14 -0000 1.33 +++ entropy.h 6 Sep 2006 11:09:22 -0000 1.34 @@ -96,6 +96,8 @@ /*Selection engine functions*/ void entropy_core_selection_engine_init(); +void entropy_core_selection_type_set(Entropy_Selection_Type stype); +Entropy_Selection_Type entropy_core_selection_type_get(); void entropy_core_selected_file_add(entropy_generic_file* file); Ecore_List* entropy_core_selected_files_get(); void entropy_core_selected_files_clear(); =================================================================== RCS file: /cvs/e/e17/proto/entropy/src/include/entropy_core.h,v retrieving revision 1.11 retrieving revision 1.12 diff -u -3 -r1.11 -r1.12 --- entropy_core.h 2 Apr 2006 05:47:38 -0000 1.11 +++ entropy_core.h 6 Sep 2006 11:09:22 -0000 1.12 @@ -5,6 +5,11 @@ #include "entropy.h" #include "notification_engine.h" +typedef enum { + ENTROPY_SELECTION_COPY, + ENTROPY_SELECTION_CUT +} Entropy_Selection_Type; + typedef struct _entropy_core_settings entropy_core_settings; struct _entropy_core_settings { char* layout_engine; @@ -35,6 +40,8 @@ struct entropy_plugin* layout_plugin; /* The main layout plugin that we are relying on */ Ecore_List* selected_files; + Entropy_Selection_Type selection_type; + Ecore_Hash* descent_hash; Ecore_Hash* object_associate_hash; Ecore_Hash* mime_action_hint; ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs