Ecore: Fix warning: large integer implicitly truncated to unsigned type inecore_x/xcb
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 11 Nov 2011 18:51:53 +0000 (18:51 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 11 Nov 2011 18:51:53 +0000 (18:51 +0000)
commitec14f509a0045c748b4d29290777464d4f7c0e59
tree28a254b20d58a339fefc13a2dd5868ca27d9ea51
parente3f1f748c2217c59a8a385e406ea9a3b7b5073d9
Ecore: Fix warning: large integer implicitly truncated to unsigned type inecore_x/xcb

xcb_get_property_unchecked() requires an uint32_t as last parameter, so use
UINT_MAX instead of LONG_MAX

Patch from OpenBSD via Jonathan Armani

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@65073 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/ecore_x/xcb/ecore_xcb_mwm.c
src/lib/ecore_x/xcb/ecore_xcb_window_prop.c