Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        Makefile.am e_includes.h e_configure.c 
Added Files:
        e_int_config_performance.h e_int_config_performance.c 


Log Message:
Added Performance Settings configure dialogue for handling E cache settings
and framerate.

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/Makefile.am,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -3 -r1.91 -r1.92
--- Makefile.am 31 Dec 2005 11:49:45 -0000      1.91
+++ Makefile.am 2 Jan 2006 07:01:06 -0000       1.92
@@ -124,6 +124,7 @@
 e_int_config_theme.h \
 e_int_config_menus.h \
 e_int_config_general.h \
+e_int_config_performance.h \
 e_deskpreview.h \
 e_exebuf.h \
 e_int_config_modules.h \
@@ -232,6 +233,7 @@
 e_int_config_theme.c \
 e_int_config_menus.c \
 e_int_config_general.c \
+e_int_config_performance.c \
 e_deskpreview.c \
 e_exebuf.c \
 e_int_config_modules.c \
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_includes.h,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -3 -r1.75 -r1.76
--- e_includes.h        31 Dec 2005 11:49:45 -0000      1.75
+++ e_includes.h        2 Jan 2006 07:01:06 -0000       1.76
@@ -104,6 +104,7 @@
 #include "e_int_config_theme.h"
 #include "e_int_config_menus.h"
 #include "e_int_config_general.h"
+#include "e_int_config_performance.h"
 #include "e_deskpreview.h"
 #include "e_exebuf.h"
 #include "e_int_config_modules.h"
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_configure.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -3 -r1.25 -r1.26
--- e_configure.c       31 Dec 2005 11:49:45 -0000      1.25
+++ e_configure.c       2 Jan 2006 07:01:07 -0000       1.26
@@ -68,6 +68,7 @@
    e_configure_standard_item_add(eco, "enlightenment/desktops", _("Desktop 
Settings"), e_int_config_desks);
    e_configure_standard_item_add(eco, "enlightenment/e", _("Focus Settings"), 
e_int_config_focus);
    e_configure_standard_item_add(eco, "enlightenment/favorites", _("Menu 
Settings"), e_int_config_menus);
+   e_configure_standard_item_add(eco, "enlightenment/configuration", 
_("Performance Settings"), e_int_config_performance);
    e_configure_standard_item_add(eco, "enlightenment/windows", _("Window 
Display"), e_int_config_window_display);
    e_configure_standard_item_add(eco, "enlightenment/windows", _("Window 
Manipulation"), e_int_config_window_manipulation);
    




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to