mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-18 16:55:40 +02:00
particle/empty: placeholder particle, renders nothing
But may have margins.
This commit is contained in:
parent
99008c5ad9
commit
ce895ac44f
4 changed files with 69 additions and 1 deletions
4
particles/empty.h
Normal file
4
particles/empty.h
Normal file
|
@ -0,0 +1,4 @@
|
|||
#pragma once
|
||||
#include "../particle.h"
|
||||
|
||||
struct particle *particle_empty_new(int left_margin, int right_margin);
|
Loading…
Add table
Add a link
Reference in a new issue