Ver código fonte

Fix a typo in the VGA driver.

tags/v0.99.beta17
Sam Hocevar sam 17 anos atrás
pai
commit
1277691809
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      caca/driver/vga.c

+ 1
- 1
caca/driver/vga.c Ver arquivo

@@ -116,7 +116,7 @@ static void vga_display(caca_display_t *dp)
{ {
int x, y, i; int x, y, i;


for(i = 0; i < caca_get_dirty_rectangle_count(dp->cv); i++)
for(i = 0; i < caca_get_dirty_rect_count(dp->cv); i++)
{ {
char *screen = (char *)(intptr_t)0x000b8000; char *screen = (char *)(intptr_t)0x000b8000;
uint32_t const *cvchars, *cvattrs; uint32_t const *cvchars, *cvattrs;


Carregando…
Cancelar
Salvar