Changeset f5819ca1 in mainline
- Timestamp:
- 2021-06-25T13:01:40Z (3 years ago)
- Branches:
- master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 69511176
- Parents:
- 65ec18d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/src/entry.c
r65ec18d rf5819ca1 183 183 } 184 184 185 /** Paint cursor. 186 * 187 * @param entry Text entry 188 * @param pos Cursor position (top-left corner of next character) 189 * @return EOK on success or an error code 190 */ 185 191 static errno_t ui_entry_paint_cursor(ui_entry_t *entry, gfx_coord2_t *pos) 186 192 {
Note:
See TracChangeset
for help on using the changeset viewer.