Changeset 9546146 in mainline for uspace/srv/hid/display/seat.h


Ignore:
Timestamp:
2024-08-23T18:02:06Z (3 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master
Children:
4af6fb1
Parents:
ca95ccd
Message:

Persistently store display/seat configuration.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/display/seat.h

    rca95ccd r9546146  
    11/*
    2  * Copyright (c) 2023 Jiri Svoboda
     2 * Copyright (c) 2024 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    4141#include <io/kbd_event.h>
    4242#include <io/pos_event.h>
     43#include <sif.h>
    4344#include "types/display/display.h"
    4445#include "types/display/seat.h"
     
    4849extern errno_t ds_seat_create(ds_display_t *, const char *, ds_seat_t **);
    4950extern void ds_seat_destroy(ds_seat_t *);
     51extern errno_t ds_seat_load(ds_display_t *, sif_node_t *, ds_seat_t **);
     52extern errno_t ds_seat_save(ds_seat_t *, sif_node_t *);
    5053extern void ds_seat_set_focus(ds_seat_t *, ds_window_t *);
    5154extern void ds_seat_set_popup(ds_seat_t *, ds_window_t *);
Note: See TracChangeset for help on using the changeset viewer.