summaryrefslogtreecommitdiff
path: root/src/gui/graphics_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/graphics_context.h')
-rw-r--r--src/gui/graphics_context.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/graphics_context.h b/src/gui/graphics_context.h
index ba08273..65792d0 100644
--- a/src/gui/graphics_context.h
+++ b/src/gui/graphics_context.h
@@ -1,8 +1,8 @@
#ifndef GRAPHICS_CONTEXT_H
#define GRAPHICS_CONTEXT_H
-#include "vga.h"
+#include "video.h"
-typedef vga_t graphics_context_t;
+typedef video_t graphics_context_t;
#endif //GRAPHICS_CONTEXT_H