Changeset 1ebcb791 in mainline for uspace/lib/ui/private/ui.h


Ignore:
Timestamp:
2021-09-01T19:44:37Z (3 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f7c12b3
Parents:
45004f3
Message:

Fill text UI background with color

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ui/private/ui.h

    r45004f3 r1ebcb791  
    3939
    4040#include <adt/list.h>
     41#include <gfx/coord.h>
    4142#include <display.h>
    4243#include <io/console.h>
     
    5455        /** Display */
    5556        display_t *display;
     57        /** UI rectangle (only used in fullscreen mode) */
     58        gfx_rect_t rect;
    5659        /** Output owned by UI, clean up when destroying UI */
    5760        bool myoutput;
Note: See TracChangeset for help on using the changeset viewer.