diff options
Diffstat (limited to 'src/window.c')
| -rw-r--r-- | src/window.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/window.c b/src/window.c index ca2bc74fcf4..2177a1d3966 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -4135,11 +4135,7 @@ values. */) | |||
| 4135 | 4135 | ||
| 4136 | /* Resize frame F's windows when number of lines of F is set to SIZE. | 4136 | /* Resize frame F's windows when number of lines of F is set to SIZE. |
| 4137 | HORFLAG 1 means resize windows when number of columns of F is set to | 4137 | HORFLAG 1 means resize windows when number of columns of F is set to |
| 4138 | SIZE. PIXELWISE 1 means to interpret SIZE as pixels. | 4138 | SIZE. PIXELWISE 1 means to interpret SIZE as pixels. */ |
| 4139 | |||
| 4140 | This function can delete all windows but the selected one in order to | ||
| 4141 | satisfy the request. The result will be meaningful if and only if | ||
| 4142 | F's windows have meaningful sizes when you call this. */ | ||
| 4143 | void | 4139 | void |
| 4144 | resize_frame_windows (struct frame *f, int size, bool horflag, bool pixelwise) | 4140 | resize_frame_windows (struct frame *f, int size, bool horflag, bool pixelwise) |
| 4145 | { | 4141 | { |