struct XftFont already has height which we can use directly instead of

calculating ourselves, so do so.

ok oga@
This commit is contained in:
okan
2011-06-24 05:45:57 +00:00
parent f6fcd0eb5d
commit c2a8363dd9
4 changed files with 4 additions and 7 deletions

View File

@@ -207,7 +207,6 @@ struct screen_ctx {
XftColor xftcolor;
XftDraw *xftdraw;
XftFont *font;
u_int fontheight;
int xinerama_no;
XineramaScreenInfo *xinerama;
#define CALMWM_NGROUPS 9