Changeset bb14312 in mainline for uspace/lib/gfx/test/main.c


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/test/main.c

    r69511176 rbb14312  
    11/*
    2  * Copyright (c) 2017 Jiri Svoboda
     2 * Copyright (c) 2021 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    3434PCUT_IMPORT(color);
    3535PCUT_IMPORT(coord);
     36PCUT_IMPORT(cursor);
    3637PCUT_IMPORT(render);
    3738
Note: See TracChangeset for help on using the changeset viewer.