Selaa lähdekoodia

* Fixed caca_get_event() call in test/hsv.c.

tags/v0.99.beta14
Sam Hocevar sam 19 vuotta sitten
vanhempi
commit
9feb826120
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      test/hsv.c

+ 1
- 1
test/hsv.c Näytä tiedosto

@@ -53,7 +53,7 @@ int main(void)

caca_display(kk);

caca_get_event(kk, CACA_EVENT_KEY_PRESS, &ev, 0);
caca_get_event(kk, CACA_EVENT_KEY_PRESS, &ev, -1);

caca_detach(kk);
cucul_free(qq);


Ladataan…
Peruuta
Tallenna