comparison src/window.c @ 211:78478c60bfcd r20-4b4

Import from CVS: tag r20-4b4
author cvs
date Mon, 13 Aug 2007 10:05:51 +0200
parents 41ff10fd062f
children 1f0dabaa0855
comparison
equal deleted inserted replaced
210:49f55ca3ba57 211:78478c60bfcd
2924 } 2924 }
2925 } 2925 }
2926 else if (!NILP (major_kid)) 2926 else if (!NILP (major_kid))
2927 { 2927 {
2928 int last_pos, last_old_pos, pos, old_pos, first; 2928 int last_pos, last_old_pos, pos, old_pos, first;
2929 int pixel_adj_left = new_pixsize - old_pixsize;
2930 int div_val = old_pixsize << 1; 2929 int div_val = old_pixsize << 1;
2931 2930
2932 /* 2931 /*
2933 * Previously we bailed out here if there was no size change. 2932 * Previously we bailed out here if there was no size change.
2934 * But this broke toolbar updates. If a toolbar appears or 2933 * But this broke toolbar updates. If a toolbar appears or