Ignore:
Timestamp:
2019-12-05T19:35:12Z (4 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
71cbe5c
Parents:
973efd36
Message:

Enumerate display devices for output, RFB conversion (WIP)

Currently we can only have one active output device. Bitmaps
do not work as ipcgfx does not accept alloc != NULL.
Need to fill in tests.

File:
1 edited

Legend:

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

    r973efd36 r87a7cdb  
    3838
    3939#include <adt/list.h>
    40 #include <gfx/context.h>
    4140#include <io/input.h>
    4241#include "window.h"
     
    4645        /** Clients (of ds_client_t) */
    4746        list_t clients;
    48         /** Output GC */
    49         gfx_context_t *gc;
    5047
    5148        /** Next ID to assign to a window.
     
    6562        /** Windows (of ds_window_t) in stacking order */
    6663        list_t windows;
     64
     65        /** Display devices (of ds_ddev_t) */
     66        list_t ddevs;
    6767} ds_display_t;
    6868
Note: See TracChangeset for help on using the changeset viewer.