summaryrefslogtreecommitdiff
path: root/src/w32reg.c
diff options
context:
space:
mode:
authorJuri Linkov <juri@linkov.net>2019-09-02 00:30:18 +0300
committerJuri Linkov <juri@linkov.net>2019-09-02 00:30:18 +0300
commit51ac64d9aa6aec969c38a3774310479d1cbb4dc9 (patch)
tree99a1eb675d424e914a8d11f8e39d4fffcc4f6d34 /src/w32reg.c
parent8bbad5aaa33f56a8aaec92e157fdf9587f3c1ca7 (diff)
downloademacs-51ac64d9aa6aec969c38a3774310479d1cbb4dc9.tar.gz
Try to add more tab-bar support on Windows
Diffstat (limited to 'src/w32reg.c')
-rw-r--r--src/w32reg.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/w32reg.c b/src/w32reg.c
index 99b3973d708..f156c378f93 100644
--- a/src/w32reg.c
+++ b/src/w32reg.c
@@ -36,6 +36,8 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
"emacs.tooltip.attributeBackground:SystemInfoWindow\0" \
"emacs.tool-bar.attributeForeground:SystemButtonText\0" \
"emacs.tool-bar.attributeBackground:SystemButtonFace\0" \
+ "emacs.tab-bar.attributeForeground:SystemButtonText\0" \
+ "emacs.tab-bar.attributeBackground:SystemButtonFace\0" \
"emacs.menu.attributeForeground:SystemMenuText\0" \
"emacs.menu.attributeBackground:SystemMenu\0" \
"emacs.scroll-bar.attributeForeground:SystemScrollbar\0"