mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-18 16:55:40 +02:00
particle/empty: expose info through the new struct particle_info struct
This commit is contained in:
parent
c2db518a4f
commit
0f8f21510a
4 changed files with 46 additions and 19 deletions
|
@ -1,5 +1,4 @@
|
|||
#pragma once
|
||||
#include "../particle.h"
|
||||
|
||||
struct particle *particle_empty_new(
|
||||
int left_margin, int right_margin, const char *on_click_template);
|
||||
extern const struct particle_info particle_empty;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue