Advertisement
Guest User

Untitled

a guest
Aug 15th, 2010
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.49 KB | None | 0 0
  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 @@
  9.  
  10.    ncol = width / fwidth;
  11.    nrow = height / fheight;
  12. +  width = ncol * fwidth;
  13. +  height = nrow * fheight;
  14.  }
  15.  
  16.  /*----------------------------------------------------------------------*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement