diff options
| author | Martin Rudalics | 2014-01-04 10:31:30 +0100 |
|---|---|---|
| committer | Martin Rudalics | 2014-01-04 10:31:30 +0100 |
| commit | 5159d5902f0a6f48b354bc568f086d99c2e64ea0 (patch) | |
| tree | b12715cf886b6906d1953a02b21a812658d26f43 /src/ChangeLog | |
| parent | a71324ccb69f9e3af5b1c613a60111c8f3885ce0 (diff) | |
| download | emacs-5159d5902f0a6f48b354bc568f086d99c2e64ea0.tar.gz emacs-5159d5902f0a6f48b354bc568f086d99c2e64ea0.zip | |
Fix maximization behavior on Windows (Bug#16300).
Fix maximization behavior on Windows (Bug#16300).
* w32fns.c (w32_fullscreen_rect): Don't handle
FULLSCREEN_MAXIMIZED and FULLSCREEN_NONE specially.
* w32term.c (w32fullscreen_hook): Use SetWindowPlacement instead
of SetWindowPos. Restore last placement also when leaving
FULLSCREEN_HEIGHT and FULLSCREEN_WIDTH. Call ShowWindow in all
but the FULLSCREEN_BOTH case.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0a4bd05bc06..2c4c7921147 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2014-01-04 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | Fix maximization behavior on Windows (Bug#16300). | ||
| 4 | * w32fns.c (w32_fullscreen_rect): Don't handle | ||
| 5 | FULLSCREEN_MAXIMIZED and FULLSCREEN_NONE specially. | ||
| 6 | * w32term.c (w32fullscreen_hook): Use SetWindowPlacement instead | ||
| 7 | of SetWindowPos. Restore last placement also when leaving | ||
| 8 | FULLSCREEN_HEIGHT and FULLSCREEN_WIDTH. Call ShowWindow in all | ||
| 9 | but the FULLSCREEN_BOTH case. | ||
| 10 | |||
| 1 | 2014-01-03 Paul Eggert <eggert@cs.ucla.edu> | 11 | 2014-01-03 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 12 | ||
| 3 | Port to C89. | 13 | Port to C89. |