diff options
author | Juri Linkov <juri@linkov.net> | 2019-09-02 00:30:18 +0300 |
---|---|---|
committer | Juri Linkov <juri@linkov.net> | 2019-09-02 00:30:18 +0300 |
commit | 51ac64d9aa6aec969c38a3774310479d1cbb4dc9 (patch) | |
tree | 99a1eb675d424e914a8d11f8e39d4fffcc4f6d34 /src/w32reg.c | |
parent | 8bbad5aaa33f56a8aaec92e157fdf9587f3c1ca7 (diff) | |
download | emacs-51ac64d9aa6aec969c38a3774310479d1cbb4dc9.tar.gz |
Try to add more tab-bar support on Windows
Diffstat (limited to 'src/w32reg.c')
-rw-r--r-- | src/w32reg.c | 2 |
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" |