mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14:06 -04:00
patch 8.2.4550: Motif: cannot set the color of the scrollbar thumb
Problem: Motif: cannot set the color of the scrollbar thumb. Solution: Remove #ifdef.
This commit is contained in:
@@ -1906,9 +1906,7 @@ gui_mch_set_scrollbar_colors(scrollbar_T *sb)
|
|||||||
if (gui.scroll_fg_pixel != INVALCOLOR)
|
if (gui.scroll_fg_pixel != INVALCOLOR)
|
||||||
XtVaSetValues(sb->id,
|
XtVaSetValues(sb->id,
|
||||||
XmNforeground, gui.scroll_fg_pixel,
|
XmNforeground, gui.scroll_fg_pixel,
|
||||||
#if (XmVersion<1002)
|
|
||||||
XmNbackground, gui.scroll_fg_pixel,
|
XmNbackground, gui.scroll_fg_pixel,
|
||||||
#endif
|
|
||||||
NULL);
|
NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -750,6 +750,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
4550,
|
||||||
/**/
|
/**/
|
||||||
4549,
|
4549,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user