fix return variable type from e_pixmap_window_get function

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2014-07-21 11:10:16 -04:00
parent 0ba4fecd76
commit bb64229ae9
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ _e_shell_surface_parent_set(E_Client *ec, struct wl_resource *parent_resource)
{
E_Pixmap *pp;
E_Client *pc;
Ecore_Window pwin = 0;
uint64_t pwin = 0;
if (!parent_resource) pp = NULL;
/* get pixmap from parent */