Changeset 6d172f6 in mainline
- Timestamp:
- 2021-10-04T12:23:54Z (3 years ago)
- Branches:
- master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3d10a2f
- Parents:
- 9bf5da6f
- git-author:
- Jiri Svoboda <jiri@…> (2021-10-03 17:23:43)
- git-committer:
- Jiri Svoboda <jiri@…> (2021-10-04 12:23:54)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/src/ui.c
r9bf5da6f r6d172f6 311 311 gfx_color_t *color = NULL; 312 312 313 /* In case of null output */ 314 if (ui->cgc == NULL) 315 return EOK; 316 313 317 gc = console_gc_get_ctx(ui->cgc); 314 318
Note:
See TracChangeset
for help on using the changeset viewer.