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 -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20220312122204.8A0611C79E4%40moolenaar.net.