Changeset 9546146 in mainline for uspace/srv/hid/display/seat.h
- Timestamp:
- 2024-08-23T18:02:06Z (3 months ago)
- Branches:
- master
- Children:
- 4af6fb1
- Parents:
- ca95ccd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/display/seat.h
rca95ccd r9546146 1 1 /* 2 * Copyright (c) 202 3Jiri Svoboda2 * Copyright (c) 2024 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 41 41 #include <io/kbd_event.h> 42 42 #include <io/pos_event.h> 43 #include <sif.h> 43 44 #include "types/display/display.h" 44 45 #include "types/display/seat.h" … … 48 49 extern errno_t ds_seat_create(ds_display_t *, const char *, ds_seat_t **); 49 50 extern void ds_seat_destroy(ds_seat_t *); 51 extern errno_t ds_seat_load(ds_display_t *, sif_node_t *, ds_seat_t **); 52 extern errno_t ds_seat_save(ds_seat_t *, sif_node_t *); 50 53 extern void ds_seat_set_focus(ds_seat_t *, ds_window_t *); 51 54 extern void ds_seat_set_popup(ds_seat_t *, ds_window_t *);
Note:
See TracChangeset
for help on using the changeset viewer.