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>
int using_tabline;
#endif
#ifdef FEAT_GUI_MSWIN
- static int prev_titlebar = -1;
+ static int prev_titlebar = FALSE;
int using_titlebar = FALSE;
#endif
#if defined(FEAT_MENU)
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 1953,
/**/
1952,
/**/