changeset 89284:310352c6e65c

(enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
author Kenichi Handa <handa@m17n.org>
date Thu, 07 Nov 2002 06:24:09 +0000
parents 6ed290fbc678
children 8ee5fad31b16
files src/dispextern.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/dispextern.h	Thu Nov 07 06:23:47 2002 +0000
+++ b/src/dispextern.h	Thu Nov 07 06:24:09 2002 +0000
@@ -1537,6 +1537,7 @@
 
 enum prop_idx
 {
+  AUTO_COMPOSED_PROP_IDX,
   FONTIFIED_PROP_IDX,
   FACE_PROP_IDX,
   INVISIBLE_PROP_IDX,