diff --git a/src/lib/E_Lib.h b/src/lib/E_Lib.h index 4e1f4bac2..98a2adf08 100644 --- a/src/lib/E_Lib.h +++ b/src/lib/E_Lib.h @@ -177,6 +177,7 @@ extern EAPI int E_RESPONSE_INIT_DIRS_LIST; extern EAPI int E_RESPONSE_ICON_DIRS_LIST; extern EAPI int E_RESPONSE_MODULE_DIRS_LIST; extern EAPI int E_RESPONSE_BACKGROUND_DIRS_LIST; +extern EAPI int E_RESPONSE_START_DIRS_LIST; extern EAPI int E_RESPONSE_BINDING_KEY_LIST; extern EAPI int E_RESPONSE_BINDING_MOUSE_LIST; diff --git a/src/lib/e_main.c b/src/lib/e_main.c index bd98762fd..5aa1db113 100644 --- a/src/lib/e_main.c +++ b/src/lib/e_main.c @@ -71,6 +71,7 @@ EAPI int E_RESPONSE_INIT_DIRS_LIST = 0; EAPI int E_RESPONSE_ICON_DIRS_LIST = 0; EAPI int E_RESPONSE_MODULE_DIRS_LIST = 0; EAPI int E_RESPONSE_BACKGROUND_DIRS_LIST = 0; +EAPI int E_RESPONSE_START_DIRS_LIST = 0; EAPI int E_RESPONSE_BINDING_KEY_LIST = 0; EAPI int E_RESPONSE_BINDING_MOUSE_LIST = 0;