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 6b5bd666c4699690c12aa6484127d5bf378587fb..c1378d7e97a5558b03cfbbb9ce43e08ebf3b6f40 100644 (file)
@@ -3,7 +3,6 @@
 
 #include <stddef.h>
 #include <stdint.h>
-#include <stdbool.h>
 #include <lottiecommon.h>
 
 #ifdef __cplusplus
index 2cd7f6ac74c4f0b7c1169a88ccd70ea8b8db4246..5815b8ce28242f89402b877a0073b9fe03214a0b 100644 (file)
@@ -142,7 +142,7 @@ typedef struct LOTNode {
     } mColor;
 
     struct {
-        bool      enable;
+        unsigned char  enable;
         int       width;
         LOTCapStyle  cap;
         LOTJoinStyle join;