Procházet zdrojové kódy

I forgot to initialise dirty_disabled in the canvas constructor.

tags/v0.99.beta17
Sam Hocevar sam před 15 roky
rodič
revize
f5598e7b4f
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. +1
    -0
      caca/canvas.c

+ 1
- 0
caca/canvas.c Zobrazit soubor

@@ -94,6 +94,7 @@ caca_canvas_t * caca_create_canvas(int width, int height)
caca_set_color_ansi(cv, CACA_DEFAULT, CACA_TRANSPARENT);

cv->ndirty = 0;
cv->dirty_disabled = 0;
cv->ff = NULL;

if(caca_resize(cv, width, height) < 0)


Načítá se…
Zrušit
Uložit