> Please report back if it works. I will then simply apply it.
It is not working fine for me. It seems have some problems with the size of
the fonts.
> XIC xic;
> + XftDraw *xft_draw;
> + Visual *vis;
> int scr;
> Bool isfixed; /* is fixed geometry? */
> int fx, fy, fw, fh; /* fixed geometry */
> int tw, th; /* tty width and height */
> + int bufw, bufh; /* pixmap width and height */
> int w; /* window width */
> int h; /* window height */
> int ch; /* char height */
After your last pull request isfixed is no longer of type Bool (due to this pull request
didn't applied cleanly), and bufw and bufh seems not be used in the pull request
(maybe you forgot remove them from a previous pull request version?).
Best regards,
Received on Thu Sep 20 2012 - 18:14:43 CEST
This archive was generated by hypermail 2.3.0
: Thu Sep 20 2012 - 18:24:04 CEST