Enlightenment CVS committal Author : devilhorns Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_fm.h Log Message: Add cut/copy/paste menu enums for e_fm. =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_fm.h,v retrieving revision 1.51 retrieving revision 1.52 diff -u -3 -r1.51 -r1.52 --- e_fm.h 16 Jun 2007 16:18:45 -0000 1.51 +++ e_fm.h 26 Sep 2007 15:45:55 -0000 1.52 @@ -26,7 +26,10 @@ E_FM2_MENU_NO_REMEMBER_ORDERING = (1 << 2), E_FM2_MENU_NO_NEW_DIRECTORY = (1 << 3), E_FM2_MENU_NO_DELETE = (1 << 4), - E_FM2_MENU_NO_RENAME = (1 << 5) + E_FM2_MENU_NO_RENAME = (1 << 5), + E_FM2_MENU_NO_CUT = (1 << 6), + E_FM2_MENU_NO_COPY = (1 << 7), + E_FM2_MENU_NO_PASTE = (1 << 8) } E_Fm2_Menu_Flags; typedef struct _E_Fm2_Config E_Fm2_Config; @@ -54,19 +57,15 @@ /* display of icons */ struct { struct { - int w, h; - } icon; + int w, h; + } icon, list; struct { - int w, h; - } list; - struct { - unsigned char w; - unsigned char h; + unsigned char w, h; } fixed; struct { unsigned char show; } extension; - const char *key_hint; + const char *key_hint; } icon; /* how to sort files */ struct { @@ -80,15 +79,12 @@ } list; /* control how you can select files */ struct { - unsigned char single; - unsigned char windows_modifiers; + unsigned char single, windows_modifiers; } selection; /* the background - if any, and how to handle it */ /* FIXME: not implemented yet */ struct { - const char *background; - const char *frame; - const char *icons; + const char *background, *frame, *icons; unsigned char fixed; } theme; }; ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs