Mercurial > minori
diff include/sys/osx/dark_theme.h @ 194:8548dc425697
sys/osx: remove all objective-c++ stuff
mmmm :)
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Thu, 07 Dec 2023 03:17:05 -0500 |
parents | cde8f67a7c7d |
children | a7d0d543b334 |
line wrap: on
line diff
--- a/include/sys/osx/dark_theme.h Thu Dec 07 01:56:39 2023 -0500 +++ b/include/sys/osx/dark_theme.h Thu Dec 07 03:17:05 2023 -0500 @@ -5,8 +5,8 @@ bool DarkThemeAvailable(); bool IsInDarkTheme(); -void SetToDarkTheme(); -void SetToLightTheme(); +bool SetToDarkTheme(); +bool SetToLightTheme(); void SetToAutoTheme(); } // namespace osx