Ignore:
Timestamp:
2023-01-09T21:14:04Z (16 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
46b02cb
Parents:
e04b72d6
Message:

Display configuration utility and server support

Currently we can only create, list and delete seats using the
'disp' utility (but no way to assign devices).

File:
1 edited

Legend:

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

    re04b72d6 rd8503fd  
    11/*
    2  * Copyright (c) 2022 Jiri Svoboda
     2 * Copyright (c) 2023 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    4646#include "cursor.h"
    4747#include "clonegc.h"
     48#include "seat.h"
    4849#include "window.h"
    4950
     
    6465        /** WM clients (of ds_wmclient_t) */
    6566        list_t wmclients;
     67        /** CFG clients (of ds_cfgclient_t) */
     68        list_t cfgclients;
    6669
    6770        /** Next ID to assign to a window.
     
    7376         */
    7477        ds_wnd_id_t next_wnd_id;
     78        /** Next ID to assign to a seat */
     79        ds_seat_id_t next_seat_id;
    7580        /** Input service */
    7681        input_t *input;
Note: See TracChangeset for help on using the changeset viewer.