Mercurial > minori
view include/sys/glib/dark_theme.h @ 410:eb554255ea5f default tip
*: no crash
| author | Paper <paper@tflc.us> |
|---|---|
| date | Thu, 02 Apr 2026 01:09:09 -0400 |
| parents | df4a027623d0 |
| children |
line wrap: on
line source
#ifndef MINORI_SYS_GLIB_DARK_THEME_H_ #define MINORI_SYS_GLIB_DARK_THEME_H_ #include <string_view> namespace glib { bool IsInDarkTheme(); } #endif // MINORI_SYS_GLIB_DARK_THEME_H_
