From 165c408de117b5f3923b945756e4ebffc5b733d7 Mon Sep 17 00:00:00 2001 From: Federico Angelilli Date: Wed, 20 Nov 2024 22:35:54 +0100 Subject: Make render_capsule function --- src/util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/util.h') diff --git a/src/util.h b/src/util.h index 4183913..e40a11a 100644 --- a/src/util.h +++ b/src/util.h @@ -85,6 +85,8 @@ void strfree(char **list); bool iszero(const void *ptr, size_t size); +void render_capsule(cairo_t *cr, int x, int y, int w, int r1, int r2); + typedef enum { UNIT_B = 1 << 0, UNIT_KB = 1 << 1, -- cgit v1.2.3