diff options
author | Christopher Michael <cp.michael@samsung.com> | 2019-05-29 15:37:18 -0400 |
---|---|---|
committer | Mike Blumenkrantz <zmike@samsung.com> | 2019-05-29 15:37:36 -0400 |
commit | 343698f7eceb7cc3cfdb21da955abd401adc16a8 (patch) | |
tree | 1c28e363f6024733d520c6efe73325fa918af6e5 /src/lib/eo/eo.c | |
parent | 8c5d5ada65cb273237156b69d76bc1d07b383a48 (diff) | |
download | efl-343698f7eceb7cc3cfdb21da955abd401adc16a8.tar.gz |
evas_inline: Clean up evas_object_plane_changed function
Summary:
This file is full of functions called as:
foo(eo_obj, obj);
Most of them can be reduced to foo(obj); and internally get the eo_obj
with obj->object
This would make it impossible to screw up calling them passing an
unrelated pair, and make calling code a little more readable.
ref T7230
Depends on D9050
Reviewers: raster, cedric, zmike
Reviewed By: zmike
Subscribers: #reviewers, #committers
Tags: #efl
Maniphest Tasks: T7230
Differential Revision: https://phab.enlightenment.org/D9051
Diffstat (limited to 'src/lib/eo/eo.c')
0 files changed, 0 insertions, 0 deletions