aboutsummaryrefslogtreecommitdiffstats
path: root/drw.h
diff options
context:
space:
mode:
Diffstat (limited to 'drw.h')
-rw-r--r--drw.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drw.h b/drw.h
index 6471431..c3e678c 100644
--- a/drw.h
+++ b/drw.h
@@ -1,5 +1,7 @@
/* See LICENSE file for copyright and license details. */
+static const int font_ascent_pad = 3;
+
typedef struct {
Cursor cursor;
} Cur;