there is no long at all in the X specification

SVN revision: 65090
This commit is contained in:
Vincent Torri 2011-11-12 07:18:12 +00:00
parent c5f717d2b0
commit 41c1734761
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ ecore_x_window_prop_card32_list_get(Ecore_X_Window win,
}
data = xcb_get_property_value(reply);
for (i = 0; i < num; i++)
val[i] = ((unsigned long *)data)[i];
val[i] = ((unsigned int *)data)[i];
*list = val;
}
}