auto_comp: +precise_is_inside

This commit is contained in:
ChunEon Park 2015-05-21 11:07:43 +09:00
parent d66139a1aa
commit 49a2a87c6f
1 changed files with 7 additions and 1 deletions

View File

@ -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