aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/graphics/vesa.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/graphics/vesa.h')
-rw-r--r--src/kernel/graphics/vesa.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/kernel/graphics/vesa.h b/src/kernel/graphics/vesa.h
index 3458090..039a549 100644
--- a/src/kernel/graphics/vesa.h
+++ b/src/kernel/graphics/vesa.h
@@ -101,6 +101,7 @@ struct vbe_mode_info {
uint16_t attributes;
uint16_t width;
uint16_t height;
+ uint16_t pitch;
uint8_t bpp;
uint8_t memory_model;
uint32_t framebuffer;
@@ -155,6 +156,11 @@ int vbe_width;
int vbe_height;
/**
+ * The pitch (bytes per line) of the current video mode
+ */
+int vbe_pitch;
+
+/**
* The bytes per pixel (pixel width) of the current video mode
*/
int vbe_bpp;