Changeset 7e38970d in mainline for uspace/lib/fbfont/src/font-8x16.c


Ignore:
Timestamp:
2020-12-07T00:08:37Z (3 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
25f26600
Parents:
7a873f0 (diff), 8596474 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'jxsvoboda-gfx' into master

File:
1 moved

Legend:

Unmodified
Added
Removed
  • uspace/lib/fbfont/src/font-8x16.c

    r7a873f0 r7e38970d  
    2828 */
    2929
    30 /** @addtogroup draw
     30/** @addtogroup libfbfont
    3131 * @{
    3232 */
     
    3535
    3636#include <stdint.h>
    37 #include <draw/gfx.h>
     37#include <str.h>
     38#include "../include/fbfont/font-8x16.h"
    3839
    3940/** Convert character to font glyph index
Note: See TracChangeset for help on using the changeset viewer.