From 130eb558367e0177562654ffe8c16fd7e05b2969 Mon Sep 17 00:00:00 2001 From: subhransu mohanty Date: Thu, 13 Dec 2018 18:25:33 +0900 Subject: [PATCH] lottie/capi: remove usage of bool in c api interface. Change-Id: Ic9aba8f07d9ee8d085a237fa038e5ae98c0a9987 --- inc/lottieanimation_capi.h | 1 - inc/lottiecommon.h | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/inc/lottieanimation_capi.h b/inc/lottieanimation_capi.h index 6b5bd66..c1378d7 100644 --- a/inc/lottieanimation_capi.h +++ b/inc/lottieanimation_capi.h @@ -3,7 +3,6 @@ #include #include -#include #include #ifdef __cplusplus diff --git a/inc/lottiecommon.h b/inc/lottiecommon.h index 2cd7f6a..5815b8c 100644 --- a/inc/lottiecommon.h +++ b/inc/lottiecommon.h @@ -142,7 +142,7 @@ typedef struct LOTNode { } mColor; struct { - bool enable; + unsigned char enable; int width; LOTCapStyle cap; LOTJoinStyle join; -- 2.34.1