mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-16 08:15:40 +02:00
config: all particles now take a 'on_click_template' argument
This commit is contained in:
parent
3eebdbb5b0
commit
86425fbe48
7 changed files with 56 additions and 35 deletions
|
@ -8,4 +8,5 @@ struct particle_map {
|
|||
|
||||
struct particle *particle_map_new(
|
||||
const char *tag, const struct particle_map *particle_map, size_t count,
|
||||
struct particle *default_particle, int left_margin, int right_margin);
|
||||
struct particle *default_particle, int left_margin, int right_margin,
|
||||
const char *on_click_template);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue