Changeset 4df6607 in mainline for uspace/lib/ui/include/types
- Timestamp:
- 2020-11-01T18:37:09Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c6f00b40
- Parents:
- 8009dc27
- File:
-
- 1 edited
-
uspace/lib/ui/include/types/ui/control.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/include/types/ui/control.h
r8009dc27 r4df6607 37 37 #define _UI_TYPES_CONTROL_H 38 38 39 #include <errno.h> 39 40 #include <io/pos_event.h> 40 41 #include <types/ui/event.h> … … 45 46 /** UI control ops */ 46 47 typedef struct ui_control_ops { 48 /** Paint */ 49 errno_t (*paint)(void *); 47 50 /** Position event */ 48 51 ui_evclaim_t (*pos_event)(void *, pos_event_t *);
Note:
See TracChangeset
for help on using the changeset viewer.
