Changeset 9c7dc8e in mainline for uspace/lib/ui/private/resource.h
- Timestamp:
- 2021-03-01T10:50:25Z (4 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cd74fa8
- Parents:
- 77ffa01
- git-author:
- Jiri Svoboda <jiri@…> (2021-02-28 10:50:05)
- git-committer:
- Jiri Svoboda <jiri@…> (2021-03-01 10:50:25)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/private/resource.h
r77ffa01 r9c7dc8e 42 42 #include <gfx/font.h> 43 43 #include <gfx/typeface.h> 44 #include <stdbool.h> 44 45 45 46 /** Actual structure of UI resources. … … 54 55 /** Font */ 55 56 gfx_font_t *font; 57 /** Text mode */ 58 bool textmode; 56 59 57 60 /** Button frame color */
Note:
See TracChangeset
for help on using the changeset viewer.