Changeset 87a7cdb in mainline for uspace/srv/locsrv/locsrv.c


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

    r973efd36 r87a7cdb  
    13841384        categ_dir_add_cat(&cdir, cat);
    13851385
     1386        cat = category_new("display-device");
     1387        categ_dir_add_cat(&cdir, cat);
     1388
    13861389        cat = category_new("audio-pcm");
    13871390        categ_dir_add_cat(&cdir, cat);
Note: See TracChangeset for help on using the changeset viewer.