Changeset a76ba5f3 in mainline for uspace/lib/c/include/io/input.h


Ignore:
Timestamp:
2020-12-31T21:27:13Z (4 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
6a208fc
Parents:
19f60a38
git-author:
Matthieu Riolo <matthieu.riolo@…> (2019-10-07 18:10:19)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2020-12-31 21:27:13)
Message:

Relocating IPC calls in the layout to io/input

The IPC calls for changing the layout was located in
the application layout. Now they have been relocated
into the library io/input. This commit also changes
the behaviour of layout when called without any
parameters (no error status is returned)

File:
1 edited

Legend:

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

    r19f60a38 ra76ba5f3  
    6060extern errno_t input_activate(input_t *);
    6161
     62extern errno_t input_layout_get(async_sess_t *sess, char **layout_name);
     63extern errno_t input_layout_set(async_sess_t *sess, const char *layout_name);
    6264#endif
    6365
Note: See TracChangeset for help on using the changeset viewer.