particle/string: constructor now takes an 'on_click_template'

This commit is contained in:
Daniel Eklöf 2018-12-29 14:38:10 +01:00
parent 5164d1d6ea
commit 9e5dbfe27d
3 changed files with 10 additions and 5 deletions

View file

@ -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);