mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-21 01:45:40 +02:00
particle: all particles now take margin arguments
Ramp and map however, doesn't allow any values other than 0 (yet).
This commit is contained in:
parent
bd251cbf9f
commit
3135f1d36d
5 changed files with 56 additions and 52 deletions
|
@ -2,4 +2,5 @@
|
|||
#include "../particle.h"
|
||||
|
||||
struct particle *particle_ramp_new(
|
||||
const char *tag, struct particle *particles[], size_t count);
|
||||
const char *tag, struct particle *particles[], size_t count,
|
||||
int left_margin, int right_margin);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue