diff options
author | monsta <[email protected]> | 2016-11-23 21:46:17 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-11-23 21:46:17 +0300 |
commit | 5ec8b38b3706e5014316d17ddbf46b64e4bafc9b (patch) | |
tree | f75c33455aed0ce4cb6dc76e9dbfc81556d86028 /sensors-applet/active-sensor.h | |
parent | 6bbbccfde430a26b4d288a97117c87c622986f69 (diff) | |
download | mate-sensors-applet-5ec8b38b3706e5014316d17ddbf46b64e4bafc9b.tar.bz2 mate-sensors-applet-5ec8b38b3706e5014316d17ddbf46b64e4bafc9b.tar.xz |
move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option
and require mate-panel >= 1.17
Diffstat (limited to 'sensors-applet/active-sensor.h')
-rw-r--r-- | sensors-applet/active-sensor.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sensors-applet/active-sensor.h b/sensors-applet/active-sensor.h index 3147367..375fa75 100644 --- a/sensors-applet/active-sensor.h +++ b/sensors-applet/active-sensor.h @@ -36,11 +36,7 @@ struct _ActiveSensor { GtkWidget *graph; GtkWidget *graph_frame; -#if GTK_CHECK_VERSION (3, 0, 0) GdkRGBA graph_color; -#else - GdkColor graph_color; -#endif GtkTreeRowReference *sensor_row; |