Changeset 4fbdc3d in mainline for uspace/srv/hid/display/seat.h
- Timestamp:
- 2019-12-11T16:58:30Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4d9c807
- Parents:
- 5bded44
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/display/seat.h
r5bded44 r4fbdc3d 41 41 #include "types/display/display.h" 42 42 #include "types/display/seat.h" 43 #include "types/display/ptd_event.h" 43 44 #include "types/display/window.h" 44 45 … … 48 49 extern void ds_seat_evac_focus(ds_seat_t *, ds_window_t *); 49 50 extern errno_t ds_seat_post_kbd_event(ds_seat_t *, kbd_event_t *); 51 extern errno_t ds_seat_post_ptd_event(ds_seat_t *, ptd_event_t *); 50 52 51 53 #endif
Note:
See TracChangeset
for help on using the changeset viewer.