mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-16 00:05:40 +02:00
config: conf_particle_from() -> conf_to_particle()
This commit is contained in:
parent
8809cbb481
commit
6cb2f52328
4 changed files with 46 additions and 42 deletions
4
config.h
4
config.h
|
@ -3,5 +3,9 @@
|
|||
#include "bar.h"
|
||||
#include "yml.h"
|
||||
#include "font.h"
|
||||
#include "particle.h"
|
||||
|
||||
struct bar *conf_to_bar(const struct yml_node *bar);
|
||||
|
||||
struct particle * conf_to_particle(
|
||||
const struct yml_node *node, const struct font *parent_font);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue