]> git.eshelyaron.com Git - emacs.git/commit
Fix ignored Motif scrollbar resources (Bug#37359)
authorMatt Bisson <mbisson@vmware.com>
Thu, 19 Sep 2019 06:48:43 +0000 (08:48 +0200)
committerMartin Rudalics <rudalics@gmx.at>
Thu, 19 Sep 2019 06:48:43 +0000 (08:48 +0200)
commit6eb122c8db9d6a445b2002f025e01215ab560843
tree9e0c194d6b823530eeea58ac92a9ecc08cd366ad
parent79a01866a01754b9f566af76ef96e80cd90d094b
Fix ignored Motif scrollbar resources (Bug#37359)

* src/xterm.c (x_create_toolkit_scroll_bar): On Motif
scrollbars, "foreground" has no meaning, while "background"
means the truck and arrow colors, and "trough" means the
background of the entire widget.  This fix hooks up the Emacs
scrollbar "foreground" color to the XmNbackground resource
and the "background" color to XmNtroughColor which is more in
line with how Xaw scrollbars behave.

Copyright-paperwork-exempt: yes
src/xterm.c