Changeset a8eed5f in mainline for uspace/lib/gfx/include


Ignore:
Timestamp:
2020-02-28T16:03:20Z (5 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7bb45e3
Parents:
0e6e77f
git-author:
Jiri Svoboda <jiri@…> (2020-02-27 18:02:55)
git-committer:
Jiri Svoboda <jiri@…> (2020-02-28 16:03:20)
Message:

Future-proof gfx_bitmap_params_t with initialization function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/gfx/include/gfx/bitmap.h

    r0e6e77f ra8eed5f  
    4242#include <types/gfx/bitmap.h>
    4343
     44extern void gfx_bitmap_params_init(gfx_bitmap_params_t *);
    4445extern errno_t gfx_bitmap_create(gfx_context_t *, gfx_bitmap_params_t *,
    4546    gfx_bitmap_alloc_t *, gfx_bitmap_t **);
Note: See TracChangeset for help on using the changeset viewer.