X-Git-Url: https://git.wpitchoune.net/gitweb/?p=psensor.git;a=blobdiff_plain;f=src%2Fcfg.h;h=f945956afcc74c55a2e06f38e72bb8225153d667;hp=1d6e7776bf173af7191fb6c414e292f27cd91c54;hb=66aa25bbb5834e9278226680087f4e8b325f23e7;hpb=8f90b2a24c698c17e363ee38b14097dfde2fe0d9 diff --git a/src/cfg.h b/src/cfg.h index 1d6e777..f945956 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_keep_below_enabled; bool window_restore_enabled; /* Last saved position of the window. */ int window_x; @@ -152,6 +151,9 @@ double config_get_default_high_threshold_temperature(void); bool config_is_window_decoration_enabled(void); void config_set_window_decoration_enabled(bool); +bool config_is_window_keep_below_enabled(void); +void config_set_window_keep_below_enabled(bool); + /* * Returns the user directory containing psensor data (configuration * and log).