ecore_evas_wayland: Fix array step size
authorChristopher Michael <cp.michael@samsung.com>
Tue, 22 Oct 2019 14:12:51 +0000 (10:12 -0400)
committerWonki Kim <wonki_.kim@samsung.com>
Mon, 11 Nov 2019 02:20:38 +0000 (11:20 +0900)
commit418a920119e4ceaa1b4a7f239458f32c2e6b8706
tree616b371eb31cc45751ddade5fca4db9615776336
parenta390e492b72af6c969b16055bb5ce7f1ad41b9f8
ecore_evas_wayland: Fix array step size

Fix bug where eina_array step size was being increased by 10 everytime
a handler was pushed to the array. There is no need to increase array
size by 10 each time we add 1 pointer to handler.

@fix
src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c