fix type warning

SVN revision: 75450
This commit is contained in:
Mike Blumenkrantz 2012-08-20 07:50:00 +00:00
parent 890f7695b7
commit 2b43d66f9b
1 changed files with 1 additions and 1 deletions

View File

@ -173,5 +173,5 @@ e_xkb_flag_file_get(char *buf, size_t bufsize, const char *name)
static void
_e_xkb_update_event(int cur_group)
{
ecore_event_add(E_EVENT_XKB_CHANGED, NULL, NULL, (void *)cur_group);
ecore_event_add(E_EVENT_XKB_CHANGED, NULL, NULL, (intptr_t*)(long)cur_group);
}