mirror of
https://git.checksum.fail/alec/saphir.git
synced 2026-05-01 18:09:42 +03:00
Add status to SaphirGlbls
This commit is contained in:
@@ -33,9 +33,9 @@ CDoc* saphir_DocBorder(U64)
|
||||
ac.task = NULL;
|
||||
}
|
||||
saphir_update_cursor;
|
||||
gr.dc->color = BLACK;
|
||||
gr.dc->color = saphir.status.bg;
|
||||
GrRect(gr.dc, 0, GR_HEIGHT - 8, GR_WIDTH, 8);
|
||||
gr.dc->color = LTGRAY;
|
||||
gr.dc->color = saphir.status.fg;
|
||||
GrPrint(gr.dc, 0, GR_HEIGHT - 8, "[0x%08x] %s", task,
|
||||
task->task_title);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user