Changeset 9259d20 in mainline for uspace/lib/gfx/test/render.c


Ignore:
Timestamp:
2019-04-16T09:15:55Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3e828ea
Parents:
045186b
git-author:
Jiri Svoboda <jiri@…> (2019-04-15 17:15:29)
git-committer:
Jiri Svoboda <jiri@…> (2019-04-16 09:15:55)
Message:

Drawing rectangles in the console

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/gfx/test/render.c

    r045186b r9259d20  
    107107}
    108108
    109 errno_t testgc_set_color(void *arg, gfx_color_t *color)
     109static errno_t testgc_set_color(void *arg, gfx_color_t *color)
    110110{
    111111        test_gc_t *tgc = (test_gc_t *) arg;
     
    116116}
    117117
    118 errno_t testgc_fill_rect(void *arg, gfx_rect_t *rect)
     118static errno_t testgc_fill_rect(void *arg, gfx_rect_t *rect)
    119119{
    120120        test_gc_t *tgc = (test_gc_t *) arg;
Note: See TracChangeset for help on using the changeset viewer.