Changeset 214aefb in mainline for uspace/lib/ui/include/ui/paint.h


Ignore:
Timestamp:
2021-04-09T22:41:22Z (3 years ago)
Author:
jxsvoboda <5887334+jxsvoboda@…>
Branches:
master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0262f16c
Parents:
b0858150
git-author:
Jiri Svoboda <jiri@…> (2021-03-27 22:52:09)
git-committer:
jxsvoboda <5887334+jxsvoboda@…> (2021-04-09 22:41:22)
Message:

UI menu (WIP)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ui/include/ui/paint.h

    rb0858150 r214aefb  
    4747extern errno_t ui_paint_inset_frame(ui_resource_t *, gfx_rect_t *,
    4848    gfx_rect_t *);
     49extern errno_t ui_paint_outset_frame(ui_resource_t *, gfx_rect_t *,
     50    gfx_rect_t *);
    4951extern errno_t ui_paint_filled_circle(gfx_context_t *, gfx_coord2_t *,
    5052    gfx_coord_t, ui_fcircle_part_t);
Note: See TracChangeset for help on using the changeset viewer.