Changeset d8503fd in mainline for uspace/srv/hid/display/wmclient.c


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/wmclient.c

    re04b72d6 rd8503fd  
    11/*
    2  * Copyright (c) 2022 Jiri Svoboda
     2 * Copyright (c) 2023 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    3636#include <adt/list.h>
    3737#include <errno.h>
     38#include <io/log.h>
    3839#include <stdlib.h>
    3940#include "display.h"
     
    122123        }
    123124}
    124 #include <io/log.h>
     125
    125126/** Post window added event to the WM client's message queue.
    126127 *
Note: See TracChangeset for help on using the changeset viewer.