From 1b8c12e2f7f6bda8efa3c632f789521cdcf82fd0 Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Thu, 6 Oct 2022 04:12:51 +0200 Subject: Theming fix: Separate panel icons from the power menu icons This fixes the broken theming issue where the Power Indicator menu shows the same icons as used by the panel, rather than the ones used elsewhere on the system. End result: makes any theme capable of becoming Ayatana-friendly without hacks --- src/device.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/device.h') diff --git a/src/device.h b/src/device.h index 1186cee..15c64f3 100644 --- a/src/device.h +++ b/src/device.h @@ -3,9 +3,11 @@ A simple Device structure used internally by indicator-power Copyright 2012 Canonical Ltd. +Copyright 2022 Robert Tari Authors: Charles Kerr + Robert Tari This library is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License @@ -126,8 +128,8 @@ gdouble indicator_power_device_get_percentage (const IndicatorPower time_t indicator_power_device_get_time (const IndicatorPowerDevice * device); gboolean indicator_power_device_get_power_supply (const IndicatorPowerDevice * device); -GStrv indicator_power_device_get_icon_names (const IndicatorPowerDevice * device); -GIcon * indicator_power_device_get_gicon (const IndicatorPowerDevice * device); +GStrv indicator_power_device_get_icon_names (const IndicatorPowerDevice * device, gboolean panel); +GIcon * indicator_power_device_get_gicon (const IndicatorPowerDevice * device, gboolean panel); char * indicator_power_device_get_readable_text (const IndicatorPowerDevice * device); -- cgit v1.2.3