use pointer hash for wl pixmaps

This commit is contained in:
Mike Blumenkrantz 2015-04-21 15:57:18 -04:00
parent f276023e71
commit f254531182
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@ e_pixmap_new(E_Pixmap_Type type, ...)
}
}
else
pixmaps[type] = eina_hash_int64_new((Eina_Free_Cb)_e_pixmap_free);
pixmaps[type] = eina_hash_pointer_new((Eina_Free_Cb)_e_pixmap_free);
cp = _e_pixmap_new(type);
cp->win = id;
eina_hash_add(pixmaps[type], &id, cp);