Elm win: Rename duplicate eo property wm_manual_rotation_done.

This has to be renamed otherwise it clashes for bindings.
This commit is contained in:
Tom Hacohen 2014-10-09 12:27:59 +01:00
parent ecc8aaab62
commit 8a1c279e16
2 changed files with 2 additions and 2 deletions

View File

@ -4432,7 +4432,7 @@ _elm_win_wm_manual_rotation_done_get(Eo *obj EINA_UNUSED, Elm_Win_Data *sd)
}
EOLIAN static void
_elm_win_wm_manual_rotation_done(Eo *obj EINA_UNUSED, Elm_Win_Data *sd)
_elm_win_wm_manual_rotation_done_manual(Eo *obj EINA_UNUSED, Elm_Win_Data *sd)
{
if (!sd->wm_rot.use) return;
ecore_evas_wm_rotation_manual_rotation_done(sd->ee);

View File

@ -1191,7 +1191,7 @@ class Elm_Win (Elm_Widget, Elm_Interface_Atspi_Window,
@in Elm_Win_Type type;
}
}
wm_manual_rotation_done {
wm_manual_rotation_done_manual {
/*@
To notify the rotation done to WM manually.