From 2fd097b32236f156aa18e7ee077ef34dc36d2d52 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Thu, 21 May 2015 13:12:49 +0800 Subject: re-factor table info --- src/include/novel_types.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/include') diff --git a/src/include/novel_types.h b/src/include/novel_types.h index 7c545be..8005ed0 100644 --- a/src/include/novel_types.h +++ b/src/include/novel_types.h @@ -142,6 +142,11 @@ typedef GArray * CandidateConstraints; typedef guint32 pinyin_option_t; +typedef enum { + DEFAULT_TABLE, + ADDON_TABLE, +} TABLE_TARGET; + typedef enum { /* for default tables. */ RESERVED = 0, -- cgit