From 8d2e40f8bdaef30b5df4512554ad2ac3d8b71c8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Wed, 1 Feb 2023 16:57:35 +0100 Subject: [PATCH] st/icon-theme: Define default icon theme In GTK, the value comes from another private header. It doesn't make sense to copy it in its entirety, just define the one value we actually need ourselves. Part-of: --- src/st/st-icon-theme.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/st/st-icon-theme.c b/src/st/st-icon-theme.c index afb0c666b..396522aae 100644 --- a/src/st/st-icon-theme.c +++ b/src/st/st-icon-theme.c @@ -47,7 +47,6 @@ #include "gtkintl.h" #include "gtkmain.h" #include "deprecated/gtknumerableiconprivate.h" -#include "gtksettingsprivate.h" #include "gtkstylecontextprivate.h" #undef GDK_DEPRECATED @@ -62,6 +61,8 @@ */ #include "fallback-c89.c" +#define DEFAULT_ICON_THEME "Adwaita" + /** * SECTION:gtkicontheme * @Short_description: Looking up icons by name