diff options
Diffstat (limited to 'xxx/video')
| -rw-r--r-- | xxx/video/vesa.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/xxx/video/vesa.c b/xxx/video/vesa.c index a5ee4e5..b43ca50 100644 --- a/xxx/video/vesa.c +++ b/xxx/video/vesa.c @@ -1,4 +1,5 @@ //http://wiki.osdev.org/GUI + #include <stdarg.h> #include "kernel/mem.h" #include "vesa.h" @@ -9,7 +10,6 @@ #define FOOLSOS_SHOW_VESAMODES - static foolfont *deffont; static vbemodeinfo *VbeModeInfoBlock; @@ -226,7 +226,6 @@ void vesa_render() if(boxx>VbeModeInfoBlock->Xres-100)boxx=100; // if(boxy>VbeModeInfoBlock->Yres-200)boxy=200; - vesa_switch_buffers(); } @@ -244,6 +243,3 @@ void vesa_init_doublebuff() VbeModeInfoBlock->physbase=buffer; } */ - - - |
