discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=f254531182a0a7f1c2c56767e58798fb01f649d3

commit f254531182a0a7f1c2c56767e58798fb01f649d3
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Tue Apr 21 15:57:18 2015 -0400

    use pointer hash for wl pixmaps
---
 src/bin/e_pixmap.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/e_pixmap.c b/src/bin/e_pixmap.c
index 3abd7fa..0e04bc6 100644
--- a/src/bin/e_pixmap.c
+++ b/src/bin/e_pixmap.c
@@ -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);

-- 


Reply via email to