To: vim_dev@googlegroups.com Subject: Patch 8.2.4550 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@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 ///