]> git.eshelyaron.com Git - emacs.git/commit
Fix the Cygwin w32 build broken by adding the dark theme support
authorEli Zaretskii <eliz@gnu.org>
Wed, 3 Nov 2021 14:02:15 +0000 (16:02 +0200)
committerEli Zaretskii <eliz@gnu.org>
Wed, 3 Nov 2021 14:02:15 +0000 (16:02 +0200)
commit0091398af93f0864fcdbd2b5a93aa470450f7612
tree036a4ac2483e0d0b75a9a420f2047557b22e6e0e
parent4ddaed34c9b3dbd6f804344ff601ca33044a4a47
Fix the Cygwin w32 build broken by adding the dark theme support

* src/w32fns.c (w32_applytheme): Make a no-op for Cygwin w32
builds.
(globals_of_w32fns): Don't attempt to load dwmapi.dll and
uxtheme.dll in the Cygwin w32 build.  (Bug#51583)
src/w32fns.c