comparison include/sys/glib/dark_theme.h @ 232:ff0061e75f0f

theme: add OS detection with glib
author Paper <mrpapersonic@gmail.com>
date Sat, 13 Jan 2024 11:06:16 -0500
parents
children 3ec7804abf17
comparison
equal deleted inserted replaced
231:69f4768a820c 232:ff0061e75f0f
1 #ifndef __sys__glib__dark_theme_h
2 #define __sys__glib__dark_theme_h
3
4 namespace glib {
5
6 bool IsInDarkTheme();
7
8 }
9
10 #endif // __sys__glib__dark_theme_h