Changeset b4b4dafe in mainline for uspace/srv/hid/display/types/display/seat.h
- Timestamp:
- 2021-06-03T14:02:59Z (3 years ago)
- Children:
- 2e6394e
- Parents:
- 6baab83
- git-author:
- Jiri Svoboda <jiri@…> (2021-06-02 17:00:03)
- git-committer:
- Jiri Svoboda <jiri@…> (2021-06-03 14:02:59)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/display/types/display/seat.h
r6baab83 rb4b4dafe 1 1 /* 2 * Copyright (c) 20 19Jiri Svoboda2 * Copyright (c) 2021 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 48 48 /** Window this seat is focused on */ 49 49 struct ds_window *focus; 50 /** This seat's popup window */ 51 struct ds_window *popup; 50 52 /** Cursor selected by client */ 51 53 struct ds_cursor *client_cursor;
Note:
See TracChangeset
for help on using the changeset viewer.