2 ===================================================================
3 RCS file: /schmorpforge/rxvt-unicode/src/main.C,v
4 retrieving revision 1.303
6 --- src/main.C 27 Jan 2008 22:48:33 -0000 1.303
7 +++ src/main.C 1 Feb 2008 16:27:59 -0000
10 ncol = width / fwidth;
11 nrow = height / fheight;
12 + width = ncol * fwidth;
13 + height = nrow * fheight;
16 /*----------------------------------------------------------------------*/