diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/draw.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/draw.h b/include/draw.h index 329108d9..2bc9b4be 100644 --- a/include/draw.h +++ b/include/draw.h @@ -308,6 +308,7 @@ struct Cachesubf struct Font { char *name; + char *namespec; Display *display; short height; /* max height of image, interline spacing */ short ascent; /* top of image to baseline */ |