Changeset 2ab8ab3 in mainline for uspace/lib/ui/src/checkbox.c
- Timestamp:
- 2021-02-16T18:12:05Z (4 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 68a552f
- Parents:
- ef734b7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/src/checkbox.c
ref734b7 r2ab8ab3 1 1 /* 2 * Copyright (c) 202 0Jiri Svoboda2 * Copyright (c) 2021 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 220 220 221 221 rc = gfx_puttext(checkbox->res->font, &pos, &fmt, checkbox->caption); 222 if (rc != EOK) 223 goto error; 224 225 rc = gfx_update(checkbox->res->gc); 222 226 if (rc != EOK) 223 227 goto error;
Note:
See TracChangeset
for help on using the changeset viewer.