summaryrefslogtreecommitdiff
path: root/src/bin/e_module.h
diff options
context:
space:
mode:
authorHannes Janetzek <hannes.janetzek@gmail.com>2009-09-21 20:36:35 +0000
committerHannes Janetzek <hannes.janetzek@gmail.com>2009-09-21 20:36:35 +0000
commit91211ef9c40a090325734e8783ccc2b6a51e0dc4 (patch)
tree9d7954c668b10e50f7dffafbc981f5287e77d339 /src/bin/e_module.h
parent74c9efaa78a4b31285fd1e173796dadf117d85b0 (diff)
downloadenlightenment-91211ef9c40a090325734e8783ccc2b6a51e0dc4.tar.gz
reopen fileman and dialog windows after restart of e.
- modules using e_configure_registry_add must be modified to use registry path as window class for this to work - fileman now uses e_remember to remember position instead of handling it separately - added option to window remember for remembering dialogs and fileman windows automatically SVN revision: 42607
Diffstat (limited to 'src/bin/e_module.h')
-rw-r--r--src/bin/e_module.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/e_module.h b/src/bin/e_module.h
index 6c5c88eee0..a809477876 100644
--- a/src/bin/e_module.h
+++ b/src/bin/e_module.h
@@ -17,6 +17,7 @@ typedef struct _E_Event_Module_Update E_Event_Module_Update;
#define E_MODULE_TYPE 0xE0b0100b
extern EAPI int E_EVENT_MODULE_UPDATE;
+extern EAPI int E_EVENT_MODULE_INIT_END;
struct _E_Event_Module_Update
{