Evas text: Change bitfield bool types to Eina_Bool.
authorTom Hacohen <tom@stosb.com>
Thu, 12 Nov 2015 15:43:43 +0000 (15:43 +0000)
committerTom Hacohen <tom@stosb.com>
Thu, 12 Nov 2015 15:49:45 +0000 (15:49 +0000)
commit592b786645e0a6fe6766a36347dda2fa73da24b4
treec468153078d1fa8962320ba64a9bc9d441a1c23e
parent2c8da23ed76ba6c9271fc3e02c5ce4b02970a72a
Evas text: Change bitfield bool types to Eina_Bool.

This is really just a safety measure, as we always just check if the value
is true. However, with char the potential values are -1 and 0, and with
Eina_Bool they are 1 and 0, so fixing that.

Thanks to the "sparse semantic parser" for detecting that, and to Stefan
for reporting.
src/lib/evas/canvas/evas_object_text.c