Changeset d8ddf7a in mainline for uspace/lib/ui/private/image.h


Ignore:
Timestamp:
2020-11-22T17:52:37Z (4 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2d879f7
Parents:
4f64b7b8
Message:

UI demo should demonstrate image and entry controls

We also add the ability to draw a frame around image control, use
in UI demo and in launcher.

File:
1 edited

Legend:

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

    r4f64b7b8 rd8ddf7a  
    5252        /** Image rectangle */
    5353        gfx_rect_t rect;
     54        /** Flags */
     55        ui_image_flags_t flags;
    5456        /** Bitmap */
    5557        gfx_bitmap_t *bitmap;
     58        /** Bitmap rectangle */
    5659        gfx_rect_t brect;
    5760};
Note: See TracChangeset for help on using the changeset viewer.