From 1872fc53a0004997ca87fcae5619b0c173401b12 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Wed, 21 Mar 2018 07:13:29 +0100 Subject: src/utils.(c|h): Use XDG_CURRENT_DESKTOP for XFCE as well, in order to detect that -power indicator is used on an XFCE desktop. --- src/utils.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/utils.h') diff --git a/src/utils.h b/src/utils.h index 3143625..2666f02 100644 --- a/src/utils.h +++ b/src/utils.h @@ -30,5 +30,6 @@ gboolean is_unity(); gboolean is_gnome(); gboolean is_mate(); gboolean is_pantheon(); +gboolean is_xfce(); #endif /* __INDICATOR_POWER_UTILS_H__ */ -- cgit v1.2.3