aboutsummaryrefslogtreecommitdiff
path: root/draw.h
diff options
context:
space:
mode:
Diffstat (limited to 'draw.h')
-rw-r--r--draw.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/draw.h b/draw.h
index daccfde..929fecb 100644
--- a/draw.h
+++ b/draw.h
@@ -3,6 +3,8 @@
#include "x11.h"
+void draw_init(const char *font, int height, int x_padding, int y_padding);
+
void draw(Window *win);
#endif