fix internal win pixmap id int size in show trap

This commit is contained in:
Mike Blumenkrantz 2015-04-23 12:35:22 -04:00
parent b526ee200e
commit 9c573a49ac
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ _e_elm_win_trap_show(void *data, Evas_Object *o)
E_Client *ec;
Ecore_Window win;
#ifdef HAVE_WAYLAND
uint64_t wl_win_id;
uintptr_t wl_win_id;
#endif
E_Pixmap_Type type = E_PIXMAP_TYPE_X;