diff include/sys/win32/dark_theme.h @ 105:6d8da6e64d61

theme: add dark stylesheet, make it actually usable win32: make the titlebar black where available
author Paper <mrpapersonic@gmail.com>
date Sun, 05 Nov 2023 03:54:26 -0500
parents cde8f67a7c7d
children 3ec7804abf17
line wrap: on
line diff
--- a/include/sys/win32/dark_theme.h	Sun Nov 05 02:35:27 2023 -0500
+++ b/include/sys/win32/dark_theme.h	Sun Nov 05 03:54:26 2023 -0500
@@ -1,11 +1,15 @@
 #ifndef __sys__win32__dark_theme_h
 #define __sys__win32__dark_theme_h
 
+class QWidget;
+
 namespace win32 {
 
+bool SetTitleBarToBlack(QWidget* win, bool enabled);
+void SetTitleBarsToBlack(bool enabled);
 bool DarkThemeAvailable();
 bool IsInDarkTheme();
 
 } // namespace win32
 
-#endif // __sys__win32__dark_theme_h
\ No newline at end of file
+#endif // __sys__win32__dark_theme_h