Use proper variable type when deleting Ecore_Event_Handlers.

Remove some whitespace.



SVN revision: 44703
This commit is contained in:
Christopher Michael 2009-12-23 21:46:39 +00:00
parent 7a3aec9462
commit 71af0a18f1
1 changed files with 1 additions and 5 deletions

View File

@ -11,12 +11,9 @@
#define INPUTLEN 40
#define MATCH_LAG 0.33
typedef struct _Evry_Window Evry_Window;
typedef struct _Evry_List_Window Evry_List_Window;
struct _Evry_Window
{
E_Popup *popup;
@ -33,7 +30,6 @@ struct _Evry_List_Window
Eina_Bool visible;
};
static void _evry_matches_update(Evry_Selector *sel, int async);
static void _evry_plugin_action(Evry_Selector *sel, int finished);
static void _evry_plugin_select(Evry_State *s, Evry_Plugin *p);
@ -207,7 +203,7 @@ evry_show(E_Zone *zone, const char *params)
void
evry_hide(void)
{
Ecore_Event *ev;
Ecore_Event_Handler *ev;
if (!win) return;