enlightenment/src/modules/conf_performance/e_mod_main.h

20 lines
528 B
C

#ifndef E_MOD_MAIN_H
#define E_MOD_MAIN_H
E_Config_Dialog *e_int_config_engine(E_Container *con, const char *params __UNUSED__);
E_Config_Dialog *e_int_config_performance(E_Container *con, const char *params __UNUSED__);
E_Config_Dialog *e_int_config_powermanagement(E_Container *con, const char *params __UNUSED__);
/**
* @addtogroup Optional_Conf
* @{
*
* @defgroup Module_Conf_Performance Performance Configuration
*
* Configures the frame rate, graphics engine and other performance
* switches.
*
* @}
*/
#endif