aboutsummaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorFederico Angelilli <code@fedang.net>2024-11-20 22:35:54 +0100
committerFederico Angelilli <code@fedang.net>2024-11-20 22:35:54 +0100
commit165c408de117b5f3923b945756e4ebffc5b733d7 (patch)
tree20343309d893c78a9d0420f9247366cd3aead69b /src/util.h
parent2fd774e1c718f6654d34bc6a472ab180d3c8239d (diff)
Make render_capsule function
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h2
1 files changed, 2 insertions, 0 deletions
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,