diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/w32term.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7b8a624d629..dbd2298985b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-12-16 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | * w32term.c (w32_enable_frame_resize_hack): Default to 1. | ||
| 4 | |||
| 1 | 2013-12-16 Dmitry Antipov <dmantipov@yandex.ru> | 5 | 2013-12-16 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 6 | ||
| 3 | * font.c (valid_font_driver) [ENABLE_CHECKING]: New function | 7 | * font.c (valid_font_driver) [ENABLE_CHECKING]: New function |
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); |