Changeset a0d4afe in mainline for uspace/srv/hid/display/types/display/seat.h
- Timestamp:
- 2023-01-18T16:51:44Z (2 years ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3e7e226
- Parents:
- b0ae23f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/display/types/display/seat.h
rb0ae23f ra0d4afe 52 52 /** Seat name */ 53 53 char *name; 54 /** Input device configurations mapping to this seat */ 55 list_t idevcfgs; 54 56 /** Window this seat is focused on */ 55 57 struct ds_window *focus;
Note:
See TracChangeset
for help on using the changeset viewer.