From 76a87558566fffa7f17d290684b7e152254d7743 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Thu, 2 Mar 2006 12:28:41 +0000 Subject: [PATCH] compile again!!!! SVN revision: 20915 --- src/lib/E_Lib.h | 1 + src/lib/e_main.c | 1 + 2 files changed, 2 insertions(+) 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;