~fcitx-team/fcitx/autoimport-chewing-master

« back to all changes in this revision

Viewing changes to src/eim.h

  • Committer: Weng Xuetian
  • Date: 2013-04-02 03:00:59 UTC
  • Revision ID: git-v1:82b199ca24a9e47b4c64241e893be75aa8418508
[chewing] use new 4.2.7 api for paging, and add option for customize selection key

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
__EXPORT_API boolean FcitxChewingInit(void*);
43
43
__EXPORT_API void FcitxChewingReset(void* arg);
44
44
 
 
45
 
45
46
typedef struct _FcitxChewingConfig {
46
47
    FcitxGenericConfig config;
47
48
    boolean bAddPhraseForward;
49
50
    boolean bAutoShiftCursor;
50
51
    boolean bSpaceAsSelection;
51
52
    int layout;
 
53
    int selkey;
52
54
} FcitxChewingConfig;
53
55
 
54
56
typedef struct _FcitxChewing {