asdfuser pushed a commit to branch master.
commit d7939fe03a67c38471d0144feb7bc471442b9139
Author: Daniel Willmann <[email protected]>
Date: Wed Jun 26 17:54:26 2013 +0100
elm_win: Cast Ecore_X_Illume_Indicator_State to Elm_Win_Indicator_Mode
Avoids a warning in clang
Signed-off-by: Daniel Willmann <[email protected]>
---
src/lib/elm_win.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/lib/elm_win.c b/src/lib/elm_win.c
index 256a838..3795aa6 100644
--- a/src/lib/elm_win.c
+++ b/src/lib/elm_win.c
@@ -2047,7 +2047,7 @@ _elm_win_property_change(void *data,
{
if (e->win == sd->x.xwin)
{
- sd->indmode = ecore_x_e_illume_indicator_state_get(e->win);
+ sd->indmode =
(Elm_Win_Indicator_Mode)ecore_x_e_illume_indicator_state_get(e->win);
evas_object_smart_callback_call(sd->obj,
SIG_INDICATOR_PROP_CHANGED, NULL);
}
}
--
------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:
Build for Windows Store.
http://p.sf.net/sfu/windows-dev2dev