aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c
diff options
context:
space:
mode:
authorPo Lu2023-06-21 10:12:18 +0800
committerPo Lu2023-06-21 10:12:18 +0800
commit70cf0d7c6f39a53103cb3f6222cedb8345f5d920 (patch)
tree0c7ab48372d6cb63b9be2c019c3caca2b58240a7 /src/window.c
parentaf13157653b05cbd98ea3d7f9b461b37fd69a6e4 (diff)
parentdb6de49f231f863b21547173ce3ac9ab8e5e0d86 (diff)
downloademacs-70cf0d7c6f39a53103cb3f6222cedb8345f5d920.tar.gz
emacs-70cf0d7c6f39a53103cb3f6222cedb8345f5d920.zip
Merge remote-tracking branch 'origin/master' into feature/android
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/window.c b/src/window.c
index b929d63d64e..ea27fdda2a6 100644
--- a/src/window.c
+++ b/src/window.c
@@ -4831,10 +4831,9 @@ values. */)
4831 return Qt; 4831 return Qt;
4832} 4832}
4833 4833
4834/* Resize frame F's windows when F's inner height (inner width if
4835 HORFLAG is true) has been set to SIZE pixels. */
4834 4836
4835/**
4836Resize frame F's windows when F's inner height (inner width if HORFLAG
4837is true) has been set to SIZE pixels. */
4838void 4837void
4839resize_frame_windows (struct frame *f, int size, bool horflag) 4838resize_frame_windows (struct frame *f, int size, bool horflag)
4840{ 4839{