Changeset 9259d20 in mainline for uspace/lib/gfx/test/render.c
- Timestamp:
- 2019-04-16T09:15:55Z (6 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/gfx/test/render.c
r045186b r9259d20 107 107 } 108 108 109 errno_t testgc_set_color(void *arg, gfx_color_t *color)109 static errno_t testgc_set_color(void *arg, gfx_color_t *color) 110 110 { 111 111 test_gc_t *tgc = (test_gc_t *) arg; … … 116 116 } 117 117 118 errno_t testgc_fill_rect(void *arg, gfx_rect_t *rect)118 static errno_t testgc_fill_rect(void *arg, gfx_rect_t *rect) 119 119 { 120 120 test_gc_t *tgc = (test_gc_t *) arg;
Note:
See TracChangeset
for help on using the changeset viewer.