Changeset 6a208fc in mainline for uspace/lib/c


Ignore:
Timestamp:
2020-12-31T21:27:13Z (5 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

Location:
uspace/lib/c
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/io/input.c

    ra76ba5f3 r6a208fc  
    254254        async_exch_t *exch = async_exchange_begin(sess);
    255255
    256         aid_t mid = async_send_0(exch, INPUT_CHANGE_LAYOUT, &call);
     256        aid_t mid = async_send_0(exch, INPUT_SET_LAYOUT, &call);
    257257        rc = async_data_write_start(exch, layout, str_size(layout));
    258258
  • 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.