diff options
Diffstat (limited to 'sysutils/sensors-applet/files/patch-src_sensors-applet.h')
-rw-r--r-- | sysutils/sensors-applet/files/patch-src_sensors-applet.h | 20 |
1 files changed, 17 insertions, 3 deletions
diff --git a/sysutils/sensors-applet/files/patch-src_sensors-applet.h b/sysutils/sensors-applet/files/patch-src_sensors-applet.h index e1d1c60871fe..7e73a9fcdca0 100644 --- a/sysutils/sensors-applet/files/patch-src_sensors-applet.h +++ b/sysutils/sensors-applet/files/patch-src_sensors-applet.h @@ -1,6 +1,18 @@ --- src/sensors-applet.h.orig Fri Mar 24 15:44:07 2006 -+++ src/sensors-applet.h Wed May 3 22:07:18 2006 -@@ -42,31 +42,15 @@ ++++ src/sensors-applet.h Thu May 4 04:58:05 2006 +@@ -32,41 +32,28 @@ + #define CPU_ICON PIXMAPS_DIR "cpu-icon.png" + #define HDD_ICON PIXMAPS_DIR "hdd-icon.png" + #define BATTERY_ICON PIXMAPS_DIR "battery-icon.png" +-#define MEM_ICON PIXMAPS_DIR "mem-icon.png" ++#define MEM_ICON PIXMAPS_DIR "memory-icon.png" + #define GPU_ICON PIXMAPS_DIR "gpu-icon.png" + #define GENERIC_ICON PIXMAPS_DIR "generic-icon.png" + #define FAN_ICON PIXMAPS_DIR "fan-icon.png" ++#define CASE_ICON PIXMAPS_DIR "case-icon.png" + #define VOLTAGE_ICON NULL + + #define DEFAULT_ICON_SIZE 24 typedef enum { UNUSED = 0, /* as a flag to test against later */ @@ -15,6 +27,7 @@ - PMU_SYS, - SMU_SYS, + MBMON, ++ SMARTCTL, N_SENSOR_INTERFACES } SensorInterface; @@ -30,7 +43,8 @@ - "omnibook", - "pmu-sys", - "smu-sys", -+ "mbmon" ++ "mbmon", ++ "smartctl" }; /* enumeration used to identify columns in the GtkTreeStore data |