Changes in uspace/srv/hid/display/seat.h [9546146:a0d4afe] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/display/seat.h
r9546146 ra0d4afe 1 1 /* 2 * Copyright (c) 202 4Jiri Svoboda2 * Copyright (c) 2023 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>44 43 #include "types/display/display.h" 45 44 #include "types/display/seat.h" … … 49 48 extern errno_t ds_seat_create(ds_display_t *, const char *, ds_seat_t **); 50 49 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 *);53 50 extern void ds_seat_set_focus(ds_seat_t *, ds_window_t *); 54 51 extern void ds_seat_set_popup(ds_seat_t *, ds_window_t *);
Note:
See TracChangeset
for help on using the changeset viewer.