Changeset 6a208fc in mainline for uspace/lib/c/include/ipc/input.h


Ignore:
Timestamp:
2020-12-31T21:27:13Z (3 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
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)
Message:

Renaming some functions and constants according to feedback from view

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/ipc/input.h

    ra76ba5f3 r6a208fc  
    4040typedef enum {
    4141        INPUT_ACTIVATE = IPC_FIRST_USER_METHOD,
    42         INPUT_CHANGE_LAYOUT,
     42        INPUT_SET_LAYOUT,
    4343        INPUT_GET_LAYOUT
    4444} input_request_t;
Note: See TracChangeset for help on using the changeset viewer.