further renames

This commit is contained in:
Gabor
2017-04-11 10:50:57 +02:00
parent 4c14c4c762
commit c4f3838b1e
29 changed files with 580 additions and 712 deletions

View File

@@ -41,7 +41,7 @@
/*Data of list*/
typedef struct
{
lv_page_ext_t page_ext; /*Ext. of ancestor*/
lv_page_ext_t page; /*Ext. of ancestor*/
/*New data for this type */
/*No new data*/
}lv_list_ext_t;
@@ -60,8 +60,8 @@ typedef struct
/*Built-in styles of list*/
typedef enum
{
LV_LISTS_DEF,
LV_LISTS_TRANSP,
LV_LISTS_DEF, /*Default list style. Transparent background, visible scrlollable object*/
LV_LISTS_TRANSP, /*Transparent list style. Transparent background and scrollable object*/
}lv_lists_builtin_t;
/**********************