comparison 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
comparison
equal deleted inserted replaced
193:0ad2507c3e60 194:8548dc425697
3 3
4 namespace osx { 4 namespace osx {
5 5
6 bool DarkThemeAvailable(); 6 bool DarkThemeAvailable();
7 bool IsInDarkTheme(); 7 bool IsInDarkTheme();
8 void SetToDarkTheme(); 8 bool SetToDarkTheme();
9 void SetToLightTheme(); 9 bool SetToLightTheme();
10 void SetToAutoTheme(); 10 void SetToAutoTheme();
11 11
12 } // namespace osx 12 } // namespace osx
13 13
14 #endif // __sys__osx__dark_theme_h 14 #endif // __sys__osx__dark_theme_h