diff options
Diffstat (limited to 'drw.h')
-rw-r--r-- | drw.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ /* See LICENSE file for copyright and license details. */ +static const int font_ascent_pad = 3; + typedef struct { Cursor cursor; } Cur; |