/[emacs]/emacs/src/window.c
ViewVC logotype

Diff of /emacs/src/window.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.376.4.2 by eliz, Mon Oct 29 18:58:19 2001 UTC revision 1.376.4.3 by gerd, Wed Oct 31 10:10:52 2001 UTC
# Line 3777  grow_mini_window (w, delta) Line 3777  grow_mini_window (w, delta)
3777      {      {
3778        int min_height = window_min_size (root, 0, 0, 0);        int min_height = window_min_size (root, 0, 0, 0);
3779        if (XFASTINT (root->height) - delta < min_height)        if (XFASTINT (root->height) - delta < min_height)
3780          delta = XFASTINT (root->height) - min_height;          /* Note that the roor window may already be smaller than
3781               min_height.  */
3782            delta = max (0, XFASTINT (root->height) - min_height);
3783      }      }
3784            
3785    if (delta)    if (delta)

Legend:
Removed from v.1.376.4.2  
changed lines
  Added in v.1.376.4.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26