Changeset bb14312 in mainline for uspace/lib/gfx/meson.build


Ignore:
Timestamp:
2021-06-26T16:40:28Z (3 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1215db9
Parents:
69511176
Message:

Use hardware cursor in text mode

We extend GC with cursor control operations. This will also allow to
control the HW cursor when running display server in text mode in
the future (provided that we implement the missing bits in the rest
of the stack, i.e. in IPC GC and in the display server).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/gfx/meson.build

    r69511176 rbb14312  
    11#
    2 # Copyright (c) 2019 Jiri Svoboda
     2# Copyright (c) 2021 Jiri Svoboda
    33# All rights reserved.
    44#
     
    3232        'src/coord.c',
    3333        'src/context.c',
     34        'src/cursor.c',
    3435        'src/render.c'
    3536)
     
    3940        'test/color.c',
    4041        'test/coord.c',
     42        'test/cursor.c',
    4143        'test/main.c',
    4244        'test/render.c',
Note: See TracChangeset for help on using the changeset viewer.