Changeset 6a208fc in mainline for uspace/lib/c/generic/io/input.c


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/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
Note: See TracChangeset for help on using the changeset viewer.