From: Thierry Lorthiois Date: Sat, 9 Oct 2010 17:11:11 +0000 (+0000) Subject: small clenup X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftint2;a=commitdiff_plain;h=56da506ec68fd156493f7428f24f0e75a9213837 small clenup --- diff --git a/src/config.c b/src/config.c index dc4a30a..15813d7 100644 --- a/src/config.c +++ b/src/config.c @@ -471,9 +471,11 @@ void add_entry (char *key, char *value) } else if (strcmp (key, "taskbar_name_active_background_id") == 0) { } - else if (strcmp (key, "taskbar_font_color") == 0) { + else if (strcmp (key, "taskbar_name_font") == 0) { } - else if (strcmp (key, "taskbar_active_font_color") == 0) { + else if (strcmp (key, "taskbar_name_font_color") == 0) { + } + else if (strcmp (key, "taskbar_name_active_font_color") == 0) { } /* Task */ diff --git a/src/taskbar/taskbar.h b/src/taskbar/taskbar.h index 8407819..17a56af 100644 --- a/src/taskbar/taskbar.h +++ b/src/taskbar/taskbar.h @@ -23,8 +23,6 @@ typedef struct { int desktop; // task parameters - int task_width; - int task_modulo; int text_width; } Taskbar;