Regenerate examples
This commit is contained in:
parent
c5a645490c
commit
04785aed74
4 changed files with 4 additions and 4 deletions
|
|
@ -24,7 +24,7 @@ typedef struct {
|
|||
/* Number of keys */
|
||||
const int num_keys;
|
||||
/* Key caps */
|
||||
const char ** const keycaps;
|
||||
const char * const * const keycaps;
|
||||
/* Key attributes */
|
||||
const lv_btnmatrix_ctrl_t * const attributes;
|
||||
/* Number of modifier keys */
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ typedef struct {
|
|||
/* Number of keys */
|
||||
const int num_keys;
|
||||
/* Key caps */
|
||||
const char ** const keycaps;
|
||||
const char * const * const keycaps;
|
||||
/* Key attributes */
|
||||
const lv_btnmatrix_ctrl_t * const attributes;
|
||||
/* Number of modifier keys */
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ typedef struct {
|
|||
/* Number of keys */
|
||||
const int num_keys;
|
||||
/* Key caps */
|
||||
const char ** const keycaps;
|
||||
const char * const * const keycaps;
|
||||
/* Key attributes */
|
||||
const lv_btnmatrix_ctrl_t * const attributes;
|
||||
/* Number of modifier keys */
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ typedef struct {
|
|||
/* Number of keys */
|
||||
const int num_keys;
|
||||
/* Key caps */
|
||||
const char ** const keycaps;
|
||||
const char * const * const keycaps;
|
||||
/* Key attributes */
|
||||
const lv_btnmatrix_ctrl_t * const attributes;
|
||||
/* Number of modifier keys */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue