Changeset 414020d9 in mainline for uspace/app/fontedit/fontedit.h


Ignore:
Timestamp:
2020-09-14T15:37:42Z (5 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
313ac8e
Parents:
a57c70c
git-author:
Jiri Svoboda <jiri@…> (2020-09-13 17:02:17)
git-committer:
Jiri Svoboda <jiri@…> (2020-09-14 15:37:42)
Message:

Select painting or clearing pixels using '1' / '2'

Cannot erase with right mouse button since it's occupied by window
management for the time being.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/fontedit/fontedit.h

    ra57c70c r414020d9  
    5252        /** Window height */
    5353        int height;
     54        /** Pen color (1 = set, 0 = reset) */
     55        int pen_color;
    5456        /** Typeface */
    5557        gfx_typeface_t *typeface;
Note: See TracChangeset for help on using the changeset viewer.