1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-28 07:03:00 +08:00

fix(pinyin) expose lv_ime_pinyin_class (#3631)

This commit is contained in:
Amir Gonnen 2022-08-27 17:27:43 +03:00 committed by GitHub
parent 75fabab38a
commit 8bfccea1e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,6 +69,8 @@ typedef struct {
* GLOBAL VARIABLES * GLOBAL VARIABLES
***********************/ ***********************/
extern const lv_obj_class_t lv_ime_pinyin_class;
/********************** /**********************
* GLOBAL PROTOTYPES * GLOBAL PROTOTYPES
**********************/ **********************/