hermet pushed a commit to branch master.

http://git.enlightenment.org/tools/enventor.git/commit/?id=49a2a87c6f50207fb979f3982f05d52fca584e5e

commit 49a2a87c6f50207fb979f3982f05d52fca584e5e
Author: ChunEon Park <her...@hermet.pe.kr>
Date:   Thu May 21 11:07:43 2015 +0900

    auto_comp: +precise_is_inside
---
 src/lib/auto_comp_code.h | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/src/lib/auto_comp_code.h b/src/lib/auto_comp_code.h
index 1227e69..88d2cd2 100644
--- a/src/lib/auto_comp_code.h
+++ b/src/lib/auto_comp_code.h
@@ -55,6 +55,12 @@ const char *AUTOCOMP_TYPE[AUTOCOMP_TYPE_LINE_CNT] =
    "type: IMAGE;",
 };
 
+#define AUTOCOMP_TYPE_PRECISE_IS_INSIDE_CNT 1
+const char *AUTOCOMP_TYPE[AUTOCOMP_TYPE_PRECISE_IS_INSIDE_CNT] =
+{
+   "precise_is_inside: ;",
+};
+
 #define AUTOCOMP_INHERIT_LINE_CNT 1
 const char *AUTOCOMP_INHERIT[AUTOCOMP_INHERIT_LINE_CNT] =
 {
@@ -437,4 +443,4 @@ const char 
*AUTOCOMP_ANTI_ALIAS[AUTOCOMP_ANTI_ALIAS_LINE_CNT] =
    "anti_alias: ;",
 };
 
-#define COMPSET_CNT 67
+#define COMPSET_CNT 68

-- 


Reply via email to