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


Ignore:
Timestamp:
2021-08-30T20:41:27Z (3 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
81ec7e1
Parents:
9b2e20c
Message:

Make use of code page 437 characters

To draw proper text boxes, for a nice round radio button light,
for a nice contiguous slider groove.

File:
1 edited

Legend:

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

    r9b2e20c rff6e91b  
    5555extern errno_t ui_paint_filled_circle(gfx_context_t *, gfx_coord2_t *,
    5656    gfx_coord_t, ui_fcircle_part_t);
     57extern errno_t ui_paint_text_box(ui_resource_t *, gfx_rect_t *,
     58    ui_box_style_t, gfx_color_t *);
    5759
    5860#endif
Note: See TracChangeset for help on using the changeset viewer.