forked from external/yambar
config: all particles now take a 'on_click_template' argument
This commit is contained in:
parent
3eebdbb5b0
commit
86425fbe48
7 changed files with 56 additions and 35 deletions
|
@ -1,4 +1,5 @@
|
|||
#pragma once
|
||||
#include "../particle.h"
|
||||
|
||||
struct particle *particle_empty_new(int left_margin, int right_margin);
|
||||
struct particle *particle_empty_new(
|
||||
int left_margin, int right_margin, const char *on_click_template);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue