X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Fcfg.h;h=524e5139b1c52d267042dd8335e2eadb40a9fcd7;hb=4270c903e8007017b80c6c817dd41cf699f00df1;hp=bde8af4888c730f9ca6a7bf6e225b0cee25624bc;hpb=30280f0093e8aea4bc8af8a46c2e529e8ec61ac9;p=psensor.git diff --git a/src/cfg.h b/src/cfg.h index bde8af4..524e513 100644 --- a/src/cfg.h +++ b/src/cfg.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2014 jeanfi@gmail.com + * Copyright (C) 2010-2016 jeanfi@gmail.com * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -44,9 +44,6 @@ struct config { bool alpha_channel_enabled; - /* Position of the sensors list table */ - enum sensorlist_position sensorlist_position; - bool window_restore_enabled; /* Last saved position of the window. */ int window_x; @@ -63,8 +60,6 @@ struct config { int sensor_values_max_length; int sensor_update_interval; - bool unity_launcher_count_disabled; - int hide_on_startup; bool slog_enabled; @@ -157,6 +152,9 @@ void config_set_menu_bar_enabled(bool); bool config_is_count_visible(void); void config_set_count_visible(bool); +enum sensorlist_position config_get_sensorlist_position(void); +void config_set_sensorlist_position(enum sensorlist_position pos); + /* * Returns the user directory containing psensor data (configuration * and log).