Patch 8.2.4550

7 views
Skip to first unread message

Bram Moolenaar

unread,
Mar 12, 2022, 7:22:09 AM3/12/22
to vim...@googlegroups.com

Patch 8.2.4550
Problem: Motif: cannot set the color of the scrollbar thumb.
Solution: Remove #ifdef.
Files: src/gui_motif.c


*** ../vim-8.2.4549/src/gui_motif.c 2022-02-07 15:57:46.459385138 +0000
--- src/gui_motif.c 2022-03-12 12:18:48.774160979 +0000
***************
*** 1906,1914 ****
if (gui.scroll_fg_pixel != INVALCOLOR)
XtVaSetValues(sb->id,
XmNforeground, gui.scroll_fg_pixel,
- #if (XmVersion<1002)
XmNbackground, gui.scroll_fg_pixel,
- #endif
NULL);
}

--- 1906,1912 ----
*** ../vim-8.2.4549/src/version.c 2022-03-12 11:57:21.733327834 +0000
--- src/version.c 2022-03-12 12:21:11.050167174 +0000
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 4550,
/**/

--
hundred-and-one symptoms of being an internet addict:
241. You try to look for Net Search even when you're in File Manager.

/// Bram Moolenaar -- Br...@Moolenaar.net -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
Reply all
Reply to author
Forward
0 new messages