summaryrefslogtreecommitdiff
path: root/src/user/app/vterm/vterm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/user/app/vterm/vterm.h')
-rw-r--r--src/user/app/vterm/vterm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/user/app/vterm/vterm.h b/src/user/app/vterm/vterm.h
index 5e09105..5cfc609 100644
--- a/src/user/app/vterm/vterm.h
+++ b/src/user/app/vterm/vterm.h
@@ -24,6 +24,7 @@ void font_blit(uint32_t glyph, int x, int y);
struct framebuf {
size_t len, width, height, pitch;
+ uint8_t bpp;
char *b;
};
extern struct framebuf fb;