diff options
author | Tom Hacohen <tom@stosb.com> | 2016-06-20 15:31:31 +0100 |
---|---|---|
committer | Tom Hacohen <tom@stosb.com> | 2016-06-20 18:02:00 +0100 |
commit | 6202cc7485a54dea6f02a2668e7c907247902dd1 (patch) | |
tree | 7a1fa2b61175b1ef75a9bff7299a0ce3daa45216 /src/lib/elementary/elm_cnp.c | |
parent | d648eb5311585f7392d0290640ba133814b52589 (diff) | |
download | efl-6202cc7485a54dea6f02a2668e7c907247902dd1.tar.gz |
Adjust the code according to the eo event stop changes.
This was changed in the previous commit.
Diffstat (limited to 'src/lib/elementary/elm_cnp.c')
-rw-r--r-- | src/lib/elementary/elm_cnp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/elementary/elm_cnp.c b/src/lib/elementary/elm_cnp.c index eafdffc411..d261a7488b 100644 --- a/src/lib/elementary/elm_cnp.c +++ b/src/lib/elementary/elm_cnp.c @@ -1771,13 +1771,12 @@ _x11_dnd_status(void *data EINA_UNUSED, int etype EINA_UNUSED, void *ev) return EINA_TRUE; } -static Eina_Bool +static void _x11_win_rotation_changed_cb(void *data, const Eo_Event *event) { Evas_Object *win = data; int rot = elm_win_rotation_get(event->object); elm_win_rotation_set(win, rot); - return EINA_TRUE; } static Eina_Bool |