diff options
Diffstat (limited to 'src/draw.h')
| -rw-r--r-- | src/draw.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -48,6 +48,8 @@ void draw_paint(Drawer *draw, Window *win); // TODO: Rework the api so that we don't need to pass the window void draw_compute_layout(Drawer *draw, Window *win, GList *btns); +void draw_compute_text_size(Drawer *draw, const char *text, int *text_w, int *text_h); + void draw_set_background(Drawer *draw, Color background); void draw_set_separator(Drawer *draw, int sep); |
