]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1953: gui_mch_set_titlebar_colors() is excessively called v9.1.1953
authorMao-Yining <mao.yining@outlook.com>
Sat, 6 Dec 2025 09:04:06 +0000 (10:04 +0100)
committerChristian Brabandt <cb@256bit.org>
Sat, 6 Dec 2025 09:04:06 +0000 (10:04 +0100)
commitd30e76389ca9bed4346690f759f29295fdcf0f27
treee8c806f7d896c6e3e00a774ddd6b2aeb08fc1be0
parentb46cbecb1d02de7df7525a31c4519ed897a0a6ec
patch 9.1.1953: gui_mch_set_titlebar_colors() is excessively called

Problem:  gui_mch_set_titlebar_colors() doesn't need to be called when
          'go+=C' is not set.
Solution: Switch the default value to false.

closes: #18872

Signed-off-by: Mao-Yining <mao.yining@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/gui.c
src/version.c