From a8858ccb20491cd220ec11f5df5af9a9db9f94a6 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Sat, 7 Jun 2014 14:36:33 +0200 Subject: [PATCH] cosmetic changes --- src/cfg.h | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/src/cfg.h b/src/cfg.h index d56f18b..b5982de 100644 --- a/src/cfg.h +++ b/src/cfg.h @@ -21,8 +21,8 @@ #include -#include "bool.h" -#include "color.h" +#include +#include enum temperature_unit { CELSIUS, @@ -44,9 +44,7 @@ struct config { bool alpha_channel_enabled; - /* - * Position of the sensors list table - */ + /* Position of the sensors list table */ enum sensorlist_position sensorlist_position; bool window_decoration_enabled; @@ -79,9 +77,7 @@ struct config { int slog_interval; }; -/* - Loads config from GConf -*/ +/* Loads psensor configuration */ struct config *config_load(); void config_save(const struct config *); -- 2.7.4