diff options
| author | Jan D | 2010-09-12 15:23:59 +0200 |
|---|---|---|
| committer | Jan D | 2010-09-12 15:23:59 +0200 |
| commit | 5f61a25c8a76b1bd2fc16872f4160956c3bd0cb5 (patch) | |
| tree | f5a8763c9e7e73e9dea40fecc9f4a41686f82b9e /src/ChangeLog | |
| parent | 65c92e318dc297f65e2819664a22ab505be43274 (diff) | |
| download | emacs-5f61a25c8a76b1bd2fc16872f4160956c3bd0cb5.tar.gz emacs-5f61a25c8a76b1bd2fc16872f4160956c3bd0cb5.zip | |
Fix bug 7013, only do send event if wanted state != current state.
* xterm.c (get_current_vm_state): New function.
(do_ewmh_fullscreen): Call get_current_vm_state and compare with
want_fullscreen so set_wm_state calls are few (Bug#7013).
(x_handle_net_wm_state): Move code to get_current_vm_state and
call that function.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 442fc9f561e..d6e3151b1f5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2010-09-12 Jan Djärv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * xterm.c (get_current_vm_state): New function. | ||
| 4 | (do_ewmh_fullscreen): Call get_current_vm_state and compare with | ||
| 5 | want_fullscreen so set_wm_state calls are few (Bug#7013). | ||
| 6 | (x_handle_net_wm_state): Move code to get_current_vm_state and | ||
| 7 | call that function. | ||
| 8 | |||
| 1 | 2010-09-11 Courtney Bane <emacs-bugs-7626@cbane.org> (tiny change) | 9 | 2010-09-11 Courtney Bane <emacs-bugs-7626@cbane.org> (tiny change) |
| 2 | 10 | ||
| 3 | * term.c (tty_set_terminal_modes): Don't initialize twice (bug#7002). | 11 | * term.c (tty_set_terminal_modes): Don't initialize twice (bug#7002). |