Populate fields: top_margin, bottom_margin

This commit is contained in:
Kyle Gunger 2023-01-27 03:19:31 -05:00
parent 0ab621c82b
commit 2f7c5ce463
No known key found for this signature in database
GPG key ID: AAC200B8080E15D6
3 changed files with 18 additions and 8 deletions

View file

@ -68,7 +68,8 @@ struct exposable {
};
struct particle *particle_common_new(
int left_margin, int right_margin, const char *on_click_templates[],
int left_margin, int right_margin, int top_margin, int bottom_margin,
const char *on_click_templates[],
struct fcft_font *font, enum font_shaping font_shaping,
pixman_color_t foreground, struct deco *deco);