forked from external/yambar
particle/string: constructor now takes an 'on_click_template'
This commit is contained in:
parent
5164d1d6ea
commit
9e5dbfe27d
3 changed files with 10 additions and 5 deletions
|
@ -3,4 +3,4 @@
|
|||
|
||||
struct particle *particle_string_new(
|
||||
const char *text, struct font *font, struct rgba foreground,
|
||||
int left_margin, int right_margin);
|
||||
int left_margin, int right_margin, const char *on_click_template);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue