Marc Lehmann <[EMAIL PROTECTED]> writes: > what is the actual problem you are trying to solve, if any?
This is, when the urxvt window sizes are not multiple of font sizes and transparency is enabled, there is a gap which is not drawn correctly. You can find a screen-shot showing the problem here: http://www.dimino.org/screenshots/2008-02-01-174451_1280x800_scrot.png > also, could > you send a context or unified diff, as the dfeault diff is close to > useless without knowing the exact version of the file you patched. OK, i put an unified diff in attachment. -- Jérémie Dimino <[EMAIL PROTECTED]>
Index: src/main.C =================================================================== RCS file: /schmorpforge/rxvt-unicode/src/main.C,v retrieving revision 1.303 diff -u -r1.303 main.C --- src/main.C 27 Jan 2008 22:48:33 -0000 1.303 +++ src/main.C 1 Feb 2008 16:27:59 -0000 @@ -644,6 +644,8 @@ ncol = width / fwidth; nrow = height / fheight; + width = ncol * fwidth; + height = nrow * fheight; } /*----------------------------------------------------------------------*/
_______________________________________________ rxvt-unicode mailing list [email protected] http://lists.schmorp.de/cgi-bin/mailman/listinfo/rxvt-unicode
