WIP IME
This commit is contained in:
parent
a228b83a15
commit
ee9d020dfb
11 changed files with 166 additions and 11 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef __SJ_CHARSET_H__
|
||||
#define __SJ_CHARSET_H__
|
||||
#ifndef __SJ4CHARSET_H__
|
||||
#define __SJ4CHARSET_H__
|
||||
|
||||
#include <sj_types.h>
|
||||
|
||||
|
|
@ -1,6 +1,8 @@
|
|||
#ifndef __SJ4IME_H__
|
||||
#define __SJ4IME_H__
|
||||
|
||||
#include <sj4charset.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
@ -8,6 +10,7 @@ extern "C" {
|
|||
typedef struct sj4ime Sj4Ime;
|
||||
|
||||
Sj4Ime* sj4_ime(int charset, const char* dict);
|
||||
void sj4_ime_key(Sj4Ime* ime, int key);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef __SJ4LIB_H__
|
||||
#define __SJ4LIB_H__
|
||||
|
||||
#include <sj_charset.h>
|
||||
#include <sj4charset.h>
|
||||
#include <wchar.h>
|
||||
|
||||
/* increase this as needed... */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue