fix fd handler del complaint! add events before adding handler for them!

otherwise event id is 0!



SVN revision: 46124
This commit is contained in:
Carsten Haitzler 2010-02-13 02:57:01 +00:00
parent c42497848b
commit 10cde00bbd
1 changed files with 3 additions and 2 deletions

View File

@ -43,11 +43,12 @@ e_mod_layout_init(void)
/* add our border hooks */
_e_mod_layout_hooks_add();
/* add event type FIRST */
E_ILLUME_EVENT_POLICY_CHANGE = ecore_event_type_new();
/* add our event handlers */
_e_mod_layout_handlers_add();
E_ILLUME_EVENT_POLICY_CHANGE = ecore_event_type_new();
return 1;
}