diff src/sys/glib/dark_theme.cc @ 292:ac1451035c85

dialog/about: add utf8proc
author Paper <paper@paper.us.eu.org>
date Sun, 12 May 2024 18:01:16 -0400
parents 862d0d8619f6
children daa03aa2262d
line wrap: on
line diff
--- a/src/sys/glib/dark_theme.cc	Sun May 12 16:31:07 2024 -0400
+++ b/src/sys/glib/dark_theme.cc	Sun May 12 18:01:16 2024 -0400
@@ -2,6 +2,9 @@
 #include <gio/gio.h>
 #include <string_view>
 
+/* this file uses the regular gio C interface because I don't
+ * see any real benefit to using the C++ bindings. */
+
 namespace glib {
 
 bool IsInDarkTheme() {