summaryrefslogtreecommitdiff
path: root/src/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers')
-rw-r--r--src/drivers/video/vga.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/drivers/video/vga.c b/src/drivers/video/vga.c
index e3427b4..83b3578 100644
--- a/src/drivers/video/vga.c
+++ b/src/drivers/video/vga.c
@@ -262,5 +262,7 @@ void vga_draw_rectangle( vga_t *vga, const int x, const int y, const int w, cons
vga_set_pixel( vga, xx, yy, color );
}
}
+// memset( vga->mode.segment, get_color_index( color ),
+// vga->mode.x * vga->mode.y );
}