diff options
Diffstat (limited to 'src/kernel/graphics/vesa.h')
-rw-r--r-- | src/kernel/graphics/vesa.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kernel/graphics/vesa.h b/src/kernel/graphics/vesa.h index 93150d4..f53095d 100644 --- a/src/kernel/graphics/vesa.h +++ b/src/kernel/graphics/vesa.h @@ -171,7 +171,7 @@ enum vesa_color { /** * The default text color */ -uint32_t text_color; +const uint32_t default_text_color; /** * The current input @@ -199,9 +199,9 @@ int vbe_height; int vbe_pitch; /** - * The bytes per pixel (pixel width) of the current video mode + * The bytes per line (pixel width) of the current video mode */ -int vbe_bpp; +int vbe_bpl; /** * The framebuffer interface |