Ignore:
Timestamp:
2014-08-31T20:10:20Z (11 years ago)
Author:
Martin Sucha <sucha14@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5713e5f
Parents:
8d3512f1
Message:

Get rid of black alias at the edge of rotated windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/draw/font/bitmap_backend.c

    r8d3512f1 r00ddb40  
    143143        source_t source;
    144144        source_init(&source);
    145         source_set_texture(&source, raw_surface, false);
     145        source_set_texture(&source, raw_surface, PIXELMAP_EXTEND_TRANSPARENT_BLACK);
    146146
    147147        transform_t transform;
Note: See TracChangeset for help on using the changeset viewer.