X-Git-Url: https://git.wpitchoune.net/gitweb/?p=psensor.git;a=blobdiff_plain;f=src%2Fcfg.h;h=1d6e7776bf173af7191fb6c414e292f27cd91c54;hp=bbdfd774a35b9740cc96400e34fde4849f389b71;hb=ae573ea0c5328662e711d7717edc835d1a313d58;hpb=9dc8095432b3733157be0c01a41013e640a75f76 diff --git a/src/cfg.h b/src/cfg.h index bbdfd77..1d6e777 100644 --- a/src/cfg.h +++ b/src/cfg.h @@ -47,7 +47,6 @@ struct config { /* Position of the sensors list table */ enum sensorlist_position sensorlist_position; - bool window_decoration_enabled; bool window_keep_below_enabled; bool window_restore_enabled; /* Last saved position of the window. */ @@ -150,6 +149,9 @@ int config_get_sensor_unit(void); double config_get_default_high_threshold_temperature(void); +bool config_is_window_decoration_enabled(void); +void config_set_window_decoration_enabled(bool); + /* * Returns the user directory containing psensor data (configuration * and log).