Changeset 5c27e77 in mainline for uspace/app/gfxdemo/gfxdemo.c


Ignore:
Timestamp:
2022-03-06T22:37:06Z (3 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4583015
Parents:
af259da
Message:

Text underlining support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/gfxdemo/gfxdemo.c

    raf259da r5c27e77  
    11/*
    2  * Copyright (c) 2021 Jiri Svoboda
     2 * Copyright (c) 2022 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    776776
    777777                fmt.color = color;
     778                fmt.underline = !fmt.underline;
    778779
    779780                pos.x = w / 20;
Note: See TracChangeset for help on using the changeset viewer.