Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/gfxfont/test/tpf.c

    r7a5702fa r7470d97  
    118118        gfx_font_props_init(&props);
    119119        props.size = test_font_size;
    120         props.flags = (gfx_font_flags_t) test_font_flags;
     120        props.flags = test_font_flags;
    121121
    122122        gfx_font_metrics_init(&metrics);
Note: See TracChangeset for help on using the changeset viewer.