revert attempts to make struct private

feat/priate-struct was create as snapshot before this commit
This commit is contained in:
Gabor Kiss-Vamosi
2021-05-30 15:15:33 +02:00
parent 0ad3dcbf9b
commit 1cb57494df
56 changed files with 431 additions and 660 deletions

View File

@@ -49,10 +49,7 @@ typedef struct {
lv_btnmatrix_t btnm;
lv_obj_t * ta; /*Pointer to the assigned text area*/
lv_keyboard_mode_t mode; /*Key map type*/
} _lv_keyboard_t;
/*Trick to no expose the fields of the struct in the MicroPython binding*/
typedef _lv_keyboard_t lv_keyboard_t;
} lv_keyboard_t;
extern const lv_obj_class_t lv_keyboard_class;