Changeset 214aefb in mainline for uspace/lib/ui/include/ui/paint.h
- Timestamp:
- 2021-04-09T22:41:22Z (4 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/include/ui/paint.h
rb0858150 r214aefb 47 47 extern errno_t ui_paint_inset_frame(ui_resource_t *, gfx_rect_t *, 48 48 gfx_rect_t *); 49 extern errno_t ui_paint_outset_frame(ui_resource_t *, gfx_rect_t *, 50 gfx_rect_t *); 49 51 extern errno_t ui_paint_filled_circle(gfx_context_t *, gfx_coord2_t *, 50 52 gfx_coord_t, ui_fcircle_part_t);
Note:
See TracChangeset
for help on using the changeset viewer.