Refactor panel refresh; new debug option debug_frames

This commit is contained in:
o9000
2017-03-04 12:19:35 +01:00
parent cb72aa7996
commit d7f294d7c2
14 changed files with 93 additions and 64 deletions

View File

@@ -640,7 +640,7 @@ void set_task_state(Task *task, TaskState state)
p->area.resize_needed = TRUE;
}
}
panel_refresh = TRUE;
schedule_panel_redraw();
}
}
}
@@ -658,7 +658,7 @@ void blink_urgent(void *arg)
}
urgent_task = urgent_task->next;
}
panel_refresh = TRUE;
schedule_panel_redraw();
}
void add_urgent(Task *task)