aboutsummaryrefslogtreecommitdiff
path: root/src/inc/psf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/inc/psf.h')
-rw-r--r--src/inc/psf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/inc/psf.h b/src/inc/psf.h
index 3394f9c..ced3025 100644
--- a/src/inc/psf.h
+++ b/src/inc/psf.h
@@ -19,8 +19,8 @@
struct psf1_header {
u8 magic[2];
- u8 file_mode;
- u8 font_height;
+ u8 mode;
+ u8 char_size;
};
/**
@@ -38,7 +38,7 @@ struct psf2_header {
u32 size;
u32 flags;
u32 glyph_count;
- u32 bytes_per_glyph;
+ u32 char_size;
u32 height;
u32 width;
};