small clenup
git-svn-id: http://tint2.googlecode.com/svn/trunk@573 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
@@ -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_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 */
|
/* Task */
|
||||||
|
|||||||
@@ -23,8 +23,6 @@ typedef struct {
|
|||||||
int desktop;
|
int desktop;
|
||||||
|
|
||||||
// task parameters
|
// task parameters
|
||||||
int task_width;
|
|
||||||
int task_modulo;
|
|
||||||
int text_width;
|
int text_width;
|
||||||
} Taskbar;
|
} Taskbar;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user