initial bar rendering
This commit is contained in:
parent
b0087c772a
commit
7160e10228
7 changed files with 79 additions and 0 deletions
|
|
@ -54,3 +54,7 @@ struct kubo_wall *kubo_context_get_pending_wall(struct kubo_context *context) {
|
|||
|
||||
return wall;
|
||||
}
|
||||
|
||||
const char *kubo_context_get_label(enum kubo_context_state state) {
|
||||
return kubo_context_labels[state];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue