Changeset e0e612b in mainline for uspace/lib/ui/src/resource.c
- Timestamp:
- 2022-10-07T08:38:50Z (3 years ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0761448
- Parents:
- c77cfd8
- git-author:
- Jiri Svoboda <jiri@…> (2022-10-06 18:38:37)
- git-committer:
- Jiri Svoboda <jiri@…> (2022-10-07 08:38:50)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/src/resource.c
rc77cfd8 re0e612b 677 677 } 678 678 679 /** Determine if resource is textmode. 680 * 681 * @param resource UI resource 682 * @return @c true iff resource is textmode 683 */ 684 bool ui_resource_is_textmode(ui_resource_t *resource) 685 { 686 return resource->textmode; 687 } 688 679 689 /** Get the UI window face color. 680 690 *
Note:
See TracChangeset
for help on using the changeset viewer.