]> git.eshelyaron.com Git - emacs.git/commit
Fix initial values of scroll bar foreground and background on GTK 3
authorPo Lu <luangruo@yahoo.com>
Fri, 11 Mar 2022 12:11:57 +0000 (20:11 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 11 Mar 2022 12:26:31 +0000 (20:26 +0800)
commit0dcc9fdc17773eb9154c43081e82c5bfb728e30e
treecf679fedee94a4ec7835be45ef5665c44d50b27a
parent7ad1df5e1684532efeec435be4ac7fc76affc814
Fix initial values of scroll bar foreground and background on GTK 3

* src/gtkutil.c (xg_create_frame_widgets): Stop creating
scrollbar stylesheet providers.
* src/xfns.c (Fx_create_frame): Create scroll bar stylesheet
providers here instead.
(x_set_scroll_bar_background):
(x_set_scroll_bar_foreground): Ignore tooltip frames.
src/gtkutil.c
src/xfns.c