Changeset a0aeb8f in mainline for uspace/lib/ui/private/label.h


Ignore:
Timestamp:
2021-09-05T08:11:37Z (3 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8ce56a6
Parents:
ab3bfc1
git-author:
Jiri Svoboda <jiri@…> (2021-09-05 08:09:56)
git-committer:
Jiri Svoboda <jiri@…> (2021-09-05 08:11:37)
Message:

Fix broken T-shirt slogan

Need to make sure "# hello -d cons@" works well

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ui/private/label.h

    rab3bfc1 ra0aeb8f  
    11/*
    2  * Copyright (c) 2020 Jiri Svoboda
     2 * Copyright (c) 2021 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    5454        /** Horizontal alignment */
    5555        gfx_halign_t halign;
     56        /** Vertical alignment */
     57        gfx_valign_t valign;
    5658        /** Text */
    5759        char *text;
Note: See TracChangeset for help on using the changeset viewer.