summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Hacohen <tom@stosb.com>2014-10-09 12:27:59 +0100
committerTom Hacohen <tom@stosb.com>2014-10-09 12:28:34 +0100
commit9976ee52a0f3c857e913b420a16f5718b36ed177 (patch)
tree96560be5d8ac026a4c22e1869274830ca1aefca7
parentc16b682f091890c56e61b3ac0b15cc8770b53521 (diff)
downloadelementary-9976ee52a0f3c857e913b420a16f5718b36ed177.tar.gz
Elm win: Rename duplicate eo property wm_manual_rotation_done.
This has to be renamed otherwise it clashes for bindings.
-rw-r--r--src/lib/elm_win.c2
-rw-r--r--src/lib/elm_win.eo2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/elm_win.c b/src/lib/elm_win.c
index ed6a2e71f..9d469f67c 100644
--- a/src/lib/elm_win.c
+++ b/src/lib/elm_win.c
@@ -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);
diff --git a/src/lib/elm_win.eo b/src/lib/elm_win.eo
index 7084ab159..dc51063e2 100644
--- a/src/lib/elm_win.eo
+++ b/src/lib/elm_win.eo
@@ -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.