mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-17 16:35:40 +02:00
module/alsa: export module info through the new module_info struct type
This commit is contained in:
parent
eaf061ee57
commit
e536391df6
4 changed files with 44 additions and 20 deletions
|
@ -1,9 +1,4 @@
|
|||
#pragma once
|
||||
|
||||
#include "../../font.h"
|
||||
#include "../../module.h"
|
||||
#include "../../particle.h"
|
||||
#include "../../yml.h"
|
||||
|
||||
struct module *module_alsa_from_config(
|
||||
const struct yml_node *node, const struct font *parent_font);
|
||||
extern const struct module_info module_alsa;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue