mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-19 17:25:38 +02:00
particle/ramp: expose info through the new struct particle_info struct
This commit is contained in:
parent
21e28315e3
commit
9f8000b047
4 changed files with 44 additions and 42 deletions
|
@ -1,6 +1,4 @@
|
|||
#pragma once
|
||||
#include "../particle.h"
|
||||
|
||||
struct particle *particle_ramp_new(
|
||||
const char *tag, struct particle *particles[], size_t count,
|
||||
int left_margin, int right_margin, const char *on_click_template);
|
||||
extern const struct particle_info particle_ramp;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue