use stringshare typedef for drop handler types

This commit is contained in:
Mike Blumenkrantz 2013-06-12 07:12:59 +01:00
parent bf99312a7d
commit e603dcf486
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ struct _E_Drop_Handler
unsigned char entered : 1;
const char *active_type;
unsigned int num_types;
const char *types[];
Eina_Stringshare *types[];
};
struct _E_Event_Dnd_Enter