Changeset 06b8383 in mainline for uspace/app/fontedit/fontedit.h
- Timestamp:
- 2020-08-18T11:32:59Z (4 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 20d0098
- Parents:
- d2100e2
- git-author:
- Jiri Svoboda <jiri@…> (2020-08-17 18:32:40)
- git-committer:
- Jiri Svoboda <jiri@…> (2020-08-18 11:32:59)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/fontedit/fontedit.h
rd2100e2 r06b8383 37 37 #define FONTEDIT_H 38 38 39 #include <gfx/ font.h>39 #include <gfx/typeface.h> 40 40 #include <guigfx/canvas.h> 41 41 … … 50 50 /** Window height */ 51 51 int height; 52 /** Font*/53 gfx_ font_t *font;52 /** Typeface */ 53 gfx_typeface_t *typeface; 54 54 } font_edit_t; 55 55
Note:
See TracChangeset
for help on using the changeset viewer.