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

Comparing rxvt-unicode/src/menubar.C (file contents):
Revision 1.26 by root, Sun Dec 18 00:59:42 2005 UTC vs.
Revision 1.27 by root, Wed Dec 21 14:19:19 2005 UTC

1967 for (item = BuildMenu->head; item != NULL; 1967 for (item = BuildMenu->head; item != NULL;
1968 item = item->next) 1968 item = item->next)
1969 { 1969 {
1970 short l = item->len + item->len2; 1970 short l = item->len + item->len2;
1971 1971
1972 MAX_IT (BuildMenu->width, l); 1972 max_it (BuildMenu->width, l);
1973 } 1973 }
1974 } 1974 }
1975 } 1975 }
1976 1976
1977 menubar_expose (); 1977 menubar_expose ();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines