updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / rxvt-unicode-chinese / fullscreen-gap-fix.patch
blob737ecba7b5d315830dbd4c4daa8cdb35f74c50b9
1 Index: src/main.C
2 ===================================================================
3 RCS file: /schmorpforge/rxvt-unicode/src/main.C,v
4 retrieving revision 1.303
5 diff -u -r1.303 main.C
6 --- src/main.C 27 Jan 2008 22:48:33 -0000 1.303
7 +++ src/main.C 1 Feb 2008 16:27:59 -0000
8 @@ -644,6 +644,8 @@
10 ncol = width / fwidth;
11 nrow = height / fheight;
12 + width = ncol * fwidth;
13 + height = nrow * fheight;
16 /*----------------------------------------------------------------------*/