diff options
Diffstat (limited to 'src/draw.h')
| -rw-r--r-- | src/draw.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -16,6 +16,7 @@ struct Drawable { int right_pad; int top_pad; double alpha; + int line_w; GList *layouts; PangoFontDescription *desc; }; @@ -28,7 +29,7 @@ typedef struct { PangoLayout *pl; } Layout; -Drawable *draw_create(const char *font, int height, int left_pad, int right_pad, int top_pad, double alpha); +Drawable *draw_create(const char *font, int height, int left_pad, int right_pad, int top_pad, double alpha, int line_w); void draw_compute_layout(Drawable *draw, Window *win, GList *btns); |
