Mercurial > minori
view include/sys/glib/dark_theme.h @ 405:4562bc8bfdff
strings: add conversion to/from CFString on Mac OS X
| author | Paper <paper@tflc.us> |
|---|---|
| date | Mon, 19 Jan 2026 22:47:29 -0500 |
| 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_
