Changeset 6a208fc in mainline for uspace/lib/c/include/ipc/input.h
- Timestamp:
- 2020-12-31T21:27:13Z (4 years ago)
- Children:
- 8fb674b
- Parents:
- a76ba5f3
- git-author:
- Matthieu Riolo <matthieu.riolo@…> (2020-06-27 11:48:20)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2020-12-31 21:27:13)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/ipc/input.h
ra76ba5f3 r6a208fc 40 40 typedef enum { 41 41 INPUT_ACTIVATE = IPC_FIRST_USER_METHOD, 42 INPUT_ CHANGE_LAYOUT,42 INPUT_SET_LAYOUT, 43 43 INPUT_GET_LAYOUT 44 44 } input_request_t;
Note:
See TracChangeset
for help on using the changeset viewer.