lottie/capi: remove usage of bool in c api interface. 19/195419/2
authorsubhransu mohanty <sub.mohanty@samsung.com>
Thu, 13 Dec 2018 09:25:33 +0000 (18:25 +0900)
committersubhransu mohanty <sub.mohanty@samsung.com>
Fri, 14 Dec 2018 04:50:40 +0000 (13:50 +0900)
Change-Id: Ic9aba8f07d9ee8d085a237fa038e5ae98c0a9987

inc/lottieanimation_capi.h
inc/lottiecommon.h

index 6b5bd66..c1378d7 100644 (file)
@@ -3,7 +3,6 @@
 
 #include <stddef.h>
 #include <stdint.h>
-#include <stdbool.h>
 #include <lottiecommon.h>
 
 #ifdef __cplusplus
index 2cd7f6a..5815b8c 100644 (file)
@@ -142,7 +142,7 @@ typedef struct LOTNode {
     } mColor;
 
     struct {
-        bool      enable;
+        unsigned char  enable;
         int       width;
         LOTCapStyle  cap;
         LOTJoinStyle join;