Changes in uspace/srv/hid/display/seat.h [9e84d2c:17c0f5d] in mainline
- File:
-
- 1 edited
-
uspace/srv/hid/display/seat.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/display/seat.h
r9e84d2c r17c0f5d 1 1 /* 2 * Copyright (c) 202 1Jiri Svoboda2 * Copyright (c) 2023 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 51 51 extern void ds_seat_set_popup(ds_seat_t *, ds_window_t *); 52 52 extern void ds_seat_evac_wnd_refs(ds_seat_t *, ds_window_t *); 53 extern void ds_seat_unfocus_wnd(ds_seat_t *, ds_window_t *); 53 54 extern void ds_seat_switch_focus(ds_seat_t *); 54 55 extern errno_t ds_seat_post_kbd_event(ds_seat_t *, kbd_event_t *);
Note:
See TracChangeset
for help on using the changeset viewer.
