Changeset b4b4dafe in mainline for uspace/srv/hid/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/seat.h
r6baab83 rb4b4dafe 1 1 /* 2 * Copyright (c) 20 19Jiri Svoboda2 * Copyright (c) 2021 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 49 49 extern void ds_seat_destroy(ds_seat_t *); 50 50 extern void ds_seat_set_focus(ds_seat_t *, ds_window_t *); 51 extern void ds_seat_evac_focus(ds_seat_t *, ds_window_t *); 51 extern void ds_seat_set_popup(ds_seat_t *, ds_window_t *); 52 extern void ds_seat_evac_wnd_refs(ds_seat_t *, ds_window_t *); 52 53 extern void ds_seat_switch_focus(ds_seat_t *); 53 54 extern errno_t ds_seat_post_kbd_event(ds_seat_t *, kbd_event_t *);
Note:
See TracChangeset
for help on using the changeset viewer.