Skip to content

Commit

Permalink
fix MinGW build
Browse files Browse the repository at this point in the history
  • Loading branch information
nschimme committed Jun 16, 2024
1 parent 88199cc commit 62efa64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/configuration/configuration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -956,6 +956,8 @@ const Configuration &getConfig()
return setConfig();
}

#undef TRANSPARENT // Bad dog, Microsoft; bad dog!!!

void Configuration::ColorSettings::resetToDefaults()
{
assert(Colors::black.getRGB() == 0 && Colors::black.getRGBA() != 0);
Expand Down

0 comments on commit 62efa64

Please sign in to comment.