forked from external/yambar
particle/list: expose info through the new struct particle_info struct
This commit is contained in:
parent
0f8f21510a
commit
6379b1939f
5 changed files with 56 additions and 48 deletions
|
@ -5,3 +5,5 @@ struct particle *particle_list_new(
|
|||
struct particle *particles[], size_t count,
|
||||
int left_spacing, int right_spacing, int left_margin, int right_margin,
|
||||
const char *on_click_template);
|
||||
|
||||
extern const struct particle_info particle_list;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue