Changeset 62223ec in mainline for uspace/lib/ui/include/types/ui/control.h
- Timestamp:
- 2021-04-09T22:41:22Z (3 years ago)
- Branches:
- master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f251883
- Parents:
- 0262f16c
- git-author:
- Jiri Svoboda <jiri@…> (2021-04-01 21:04:11)
- git-committer:
- jxsvoboda <5887334+jxsvoboda@…> (2021-04-09 22:41:22)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/include/types/ui/control.h
r0262f16c r62223ec 52 52 /** Position event */ 53 53 ui_evclaim_t (*pos_event)(void *, pos_event_t *); 54 /** Unfocus */ 55 void (*unfocus)(void *); 54 56 } ui_control_ops_t; 55 57
Note:
See TracChangeset
for help on using the changeset viewer.