mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-18 00:45:38 +02:00
module/backlight: export module info through the new module_info struct type
This commit is contained in:
parent
e536391df6
commit
3d36735f88
4 changed files with 33 additions and 28 deletions
|
@ -1,6 +1,4 @@
|
|||
#pragma once
|
||||
|
||||
#include "../../module.h"
|
||||
#include "../../particle.h"
|
||||
|
||||
struct module *module_backlight(const char *device, struct particle *label);
|
||||
extern const struct module_info module_backlight;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue