mirror of
https://github.com/swaywm/sway.git
synced 2026-04-29 06:46:22 -04:00
Renamed 'data' to 'items', to be more consistent with the old API.
This commit is contained in:
parent
8429e871f8
commit
95737e38b8
2 changed files with 31 additions and 30 deletions
|
|
@ -8,7 +8,7 @@ typedef struct {
|
|||
size_t capacity;
|
||||
size_t length;
|
||||
size_t memb_size;
|
||||
void *data;
|
||||
void *items;
|
||||
} list_t;
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue