Changeset 7020d1f in mainline for uspace/lib/ui/include/ui/paint.h
- Timestamp:
- 2021-02-01T10:53:48Z (4 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f14a900
- Parents:
- d70dc1c4
- git-author:
- Jiri Svoboda <jiri@…> (2020-01-31 16:53:25)
- git-committer:
- Jiri Svoboda <jiri@…> (2021-02-01 10:53:48)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/include/ui/paint.h
rd70dc1c4 r7020d1f 1 1 /* 2 * Copyright (c) 202 0Jiri Svoboda2 * Copyright (c) 2021 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 40 40 #include <gfx/color.h> 41 41 #include <gfx/coord.h> 42 #include <types/ui/paint.h> 42 43 #include <types/ui/resource.h> 43 44 44 e rrno_t ui_paint_bevel(gfx_context_t *, gfx_rect_t *, gfx_color_t *,45 extern errno_t ui_paint_bevel(gfx_context_t *, gfx_rect_t *, gfx_color_t *, 45 46 gfx_color_t *, gfx_coord_t, gfx_rect_t *); 46 errno_t ui_paint_inset_frame(ui_resource_t *, gfx_rect_t *, gfx_rect_t *); 47 extern errno_t ui_paint_inset_frame(ui_resource_t *, gfx_rect_t *, 48 gfx_rect_t *); 49 extern errno_t ui_paint_filled_circle(gfx_context_t *, gfx_coord2_t *, 50 gfx_coord_t, ui_fcircle_part_t); 47 51 48 52 #endif
Note:
See TracChangeset
for help on using the changeset viewer.