mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-21 18:05:38 +02:00
particles: caller of from_conf() must provide base particle instance
This commit is contained in:
parent
770f2a0e7c
commit
7776135454
10 changed files with 107 additions and 147 deletions
|
@ -2,8 +2,8 @@
|
|||
#include "../particle.h"
|
||||
|
||||
struct particle *particle_list_new(
|
||||
struct particle *common,
|
||||
struct particle *particles[], size_t count,
|
||||
int left_spacing, int right_spacing, int left_margin, int right_margin,
|
||||
const char *on_click_template);
|
||||
int left_spacing, int right_spacing);
|
||||
|
||||
extern const struct particle_info particle_list;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue