diff options
| author | Martin Rudalics | 2013-12-16 10:58:44 +0100 |
|---|---|---|
| committer | Martin Rudalics | 2013-12-16 10:58:44 +0100 |
| commit | d144ef069cf0b05c528ad9725ca0c06763be6d5b (patch) | |
| tree | d8702c77dfd0d2f40061a274329cddd0b49a9baf /src/w32term.c | |
| parent | a8bbe29833f12e560a74e397fb1226aa4ea3c78d (diff) | |
| download | emacs-d144ef069cf0b05c528ad9725ca0c06763be6d5b.tar.gz emacs-d144ef069cf0b05c528ad9725ca0c06763be6d5b.zip | |
Fix recent w32_enable_frame_resize_hack and display-buffer-below-selected fixes.
* w32term.c (w32_enable_frame_resize_hack): Default to 1.
* window.el (display-buffer-below-selected): Bind
split-height-threshold to 0 as suggested by Juri Linkov.
Diffstat (limited to 'src/w32term.c')
| -rw-r--r-- | src/w32term.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32term.c b/src/w32term.c index e3cdc1d0838..0a8dbb39f7b 100644 --- a/src/w32term.c +++ b/src/w32term.c | |||
| @@ -6679,7 +6679,7 @@ to the Windows API and changing the pixel sizes of the frame and its | |||
| 6679 | windows after the latter calls back. If this is non-nil, Emacs changes | 6679 | windows after the latter calls back. If this is non-nil, Emacs changes |
| 6680 | the pixel sizes of the frame and its windows at the time it sends the | 6680 | the pixel sizes of the frame and its windows at the time it sends the |
| 6681 | resize request to the API. */); | 6681 | resize request to the API. */); |
| 6682 | w32_enable_frame_resize_hack = 0; | 6682 | w32_enable_frame_resize_hack = 1; |
| 6683 | 6683 | ||
| 6684 | /* Tell Emacs about this window system. */ | 6684 | /* Tell Emacs about this window system. */ |
| 6685 | Fprovide (Qw32, Qnil); | 6685 | Fprovide (Qw32, Qnil); |