Adjust font hights so underscores are not cut off

This commit is contained in:
Ray Chason
2026-08-19 09:37:41 +03:00
committed by Pasi Kallinen
parent b8dc070d07
commit 6dc9ac1c31
6 changed files with 15 additions and 16 deletions
+4
View File
@@ -11,6 +11,9 @@
#ifdef USE_XFT
#include <X11/Xft/Xft.h>
typedef XftFont X11_Font;
#else
typedef XFontStruct X11_Font;
#endif
#ifndef COLOR_H
@@ -529,6 +532,7 @@ extern void X11_set_attrs(Widget, unsigned);
extern void X11_set_highlight(Widget, boolean);
extern void X11_set_percent(Widget, unsigned, Pixel);
extern void X11_blink_labels(void);
extern int X11_font_height(X11_Font *);
/*
* These are for widgets that use the enhanced label services only for text