annotate include/sys/win32/dark_theme.h @ 29:42145ef90a48
ci/win32: Fix permissions
author |
Paper <mrpapersonic@gmail.com> |
date |
Wed, 20 Sep 2023 00:47:02 -0400 (18 months ago) |
parents |
cde8f67a7c7d |
children |
6d8da6e64d61 |
rev |
line source |
9
|
1 #ifndef __sys__win32__dark_theme_h
|
|
2 #define __sys__win32__dark_theme_h
|
15
|
3
|
9
|
4 namespace win32 {
|
15
|
5
|
9
|
6 bool DarkThemeAvailable();
|
|
7 bool IsInDarkTheme();
|
15
|
8
|
9
|
9 } // namespace win32
|
15
|
10
|
9
|
11 #endif // __sys__win32__dark_theme_h |