Move utf8.{h,c} from fe-common/core to core.

This commit is contained in:
Xavier G 2016-05-13 01:26:33 +02:00
commit 5538578820
7 changed files with 8 additions and 7 deletions

View file

@ -27,7 +27,7 @@ typedef struct _TERM_WINDOW TERM_WINDOW;
#define TERM_TYPE_UTF8 1
#define TERM_TYPE_BIG5 2
typedef guint32 unichar;
#include "utf8.h"
extern TERM_WINDOW *root_window;
extern int term_width, term_height;