Changeset 5271e4c in mainline for uspace/srv/hid/display/meson.build


Ignore:
Timestamp:
2020-06-22T12:20:42Z (4 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
195b7b3
Parents:
66a408f7
git-author:
Jiri Svoboda <jiri@…> (2020-06-21 15:20:18)
git-committer:
Jiri Svoboda <jiri@…> (2020-06-22 12:20:42)
Message:

Duplicate rendering to additional output devices using a cloning GC

This gives the display server a pretty good illusion of rendering to just
one output device, while supporting multiple. This makes RFB work properly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/display/meson.build

    r66a408f7 r5271e4c  
    3131src = files(
    3232        'client.c',
     33        'clonegc.c',
    3334        'cursor.c',
    3435        'cursimg.c',
     
    4546test_src = files(
    4647        'client.c',
     48        'clonegc.c',
    4749        'cursimg.c',
    4850        'cursor.c',
     
    5254        'window.c',
    5355        'test/client.c',
     56        'test/clonegc.c',
    5457        'test/cursor.c',
    5558        'test/display.c',
Note: See TracChangeset for help on using the changeset viewer.