Changeset d8503fd in mainline for uspace/srv/hid/display/seat.h


Ignore:
Timestamp:
2023-01-09T21:14:04Z (16 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
46b02cb
Parents:
e04b72d6
Message:

Display configuration utility and server support

Currently we can only create, list and delete seats using the
'disp' utility (but no way to assign devices).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/display/seat.h

    re04b72d6 rd8503fd  
    4646#include "types/display/window.h"
    4747
    48 extern errno_t ds_seat_create(ds_display_t *, ds_seat_t **);
     48extern errno_t ds_seat_create(ds_display_t *, const char *, ds_seat_t **);
    4949extern void ds_seat_destroy(ds_seat_t *);
    5050extern void ds_seat_set_focus(ds_seat_t *, ds_window_t *);
Note: See TracChangeset for help on using the changeset viewer.