Changeset 913add60 in mainline for uspace/srv/hid/display/client.c
- Timestamp:
- 2022-10-31T10:53:53Z (2 years ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1b92d4b
- Parents:
- 7cc30e9
- git-author:
- Jiri Svoboda <jiri@…> (2022-10-30 10:53:48)
- git-committer:
- Jiri Svoboda <jiri@…> (2022-10-31 10:53:53)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/display/client.c
r7cc30e9 r913add60 181 181 * @param ewindow Place to store pointer to window receiving the event 182 182 * @param event Place to store event 183 * @return Graphic context183 * @return EOK on success, ENOENT if event queue is empty 184 184 */ 185 185 errno_t ds_client_get_event(ds_client_t *client, ds_window_t **ewindow,
Note:
See TracChangeset
for help on using the changeset viewer.