Changeset 5132379 in mainline for uspace/srv/hid/remcons/remcons.h
- Timestamp:
- 2024-10-03T21:31:52Z (10 months ago)
- Branches:
- master
- Children:
- 47d060d
- Parents:
- e273e9e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/remcons/remcons.h
re273e9e r5132379 37 37 #define REMCONS_H_ 38 38 39 #include <adt/ prodcons.h>39 #include <adt/list.h> 40 40 #include <io/kbd_event.h> 41 41 #include <stdbool.h> … … 57 57 bool curs_visible; /**< cursor is visible */ 58 58 59 /** Producer-consumerof remcons_event_t. */60 prodcons_t in_events;59 /** List of remcons_event_t. */ 60 list_t in_events; 61 61 } remcons_t; 62 62
Note:
See TracChangeset
for help on using the changeset viewer.