X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Fui.h;h=7ef0ce4891ff12abe931750f92b2b52d32b12d7f;hb=b6211b9c17d3c35702adcbb69d9c5884cb85f028;hp=64eb05f0d0f59c365fa9f33b63866d465d4d19a5;hpb=2acaa4fbf67091151a414c681cfc88ebd9e39af9;p=psensor.git diff --git a/src/ui.h b/src/ui.h index 64eb05f..7ef0ce4 100644 --- a/src/ui.h +++ b/src/ui.h @@ -63,6 +63,9 @@ struct ui_psensor { */ GtkWidget *sensor_box; + GtkListStore *sensors_store; + GtkTreeView *sensors_tree; + int graph_update_interval; };