forked from external/yambar
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
|
@ -1,7 +1,9 @@
|
|||
#pragma once
|
||||
|
||||
#include "../../font.h"
|
||||
#include "../../module.h"
|
||||
#include "../../particle.h"
|
||||
#include "../../yml.h"
|
||||
|
||||
struct module *module_alsa(
|
||||
const char *card, const char *mixer, struct particle *label);
|
||||
struct module *module_alsa_from_config(
|
||||
const struct yml_node *node, const struct font *parent_font);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue