mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-18 08:45:39 +02:00
particle/string: expose info through the new struct particle_info struct
This commit is contained in:
parent
9f8000b047
commit
7b98ea2b7c
6 changed files with 62 additions and 60 deletions
|
@ -1,6 +1,4 @@
|
|||
#pragma once
|
||||
#include "../particle.h"
|
||||
|
||||
struct particle *particle_string_new(
|
||||
const char *text, size_t max_len, struct font *font, struct rgba foreground,
|
||||
int left_margin, int right_margin, const char *on_click_template);
|
||||
extern const struct particle_info particle_string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue