Changeset d8503fd in mainline for uspace/srv/hid/display/seat.h
- Timestamp:
- 2023-01-09T21:14:04Z (2 years ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 46b02cb
- Parents:
- e04b72d6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/display/seat.h
re04b72d6 rd8503fd 46 46 #include "types/display/window.h" 47 47 48 extern errno_t ds_seat_create(ds_display_t *, ds_seat_t **);48 extern errno_t ds_seat_create(ds_display_t *, const char *, ds_seat_t **); 49 49 extern void ds_seat_destroy(ds_seat_t *); 50 50 extern void ds_seat_set_focus(ds_seat_t *, ds_window_t *);
Note:
See TracChangeset
for help on using the changeset viewer.