ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/main.C
(Generate patch)

Comparing rxvt-unicode/src/main.C (file contents):
Revision 1.308 by ayin, Tue Feb 19 13:01:32 2008 UTC vs.
Revision 1.309 by root, Wed Feb 27 01:02:33 2008 UTC

559 szHint.win_gravity = SouthEastGravity; 559 szHint.win_gravity = SouthEastGravity;
560 else 560 else
561 szHint.win_gravity = SouthWestGravity; 561 szHint.win_gravity = SouthWestGravity;
562 } 562 }
563 } 563 }
564
565 if (!szHint.width || !szHint.height)
566 rxvt_fatal ("window width or height must not be zero, aborting.\n");
564 } 567 }
565 568
566 /* TODO: BOUNDS */ 569 /* TODO: BOUNDS */
567 width = ncol * fwidth; 570 width = ncol * fwidth;
568 height = nrow * fheight; 571 height = nrow * fheight;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines