]> git.eshelyaron.com Git - emacs.git/commit
Fix a problem with x_set_tab_bar_lines (Bug#46827)
authorMartin Rudalics <rudalics@gmx.at>
Tue, 4 May 2021 07:17:11 +0000 (09:17 +0200)
committerMartin Rudalics <rudalics@gmx.at>
Tue, 4 May 2021 07:17:11 +0000 (09:17 +0200)
commit8a4bb6b0560ef3f4890789a574488f7cf69ee237
tree918a64b2bd9423ef198f69256d60ec1cc2fea7ea
parent131e874d143167508cf4a210bfc53e44ecca3195
Fix a problem with x_set_tab_bar_lines (Bug#46827)

* src/xfns.c (x_set_tab_bar_lines): Call
x_change_tab_bar_height only if the number of tab bar lines
changed from or to zero (Bug#46827).
* src/xterm.c (x_make_frame_visible): Make frame_size_history
update less noisy by doing it only if the frame wasn't visible
before.
src/xfns.c
src/xterm.c