Ce site fonctionne mieux avec JavaScript.
Accueil
Aide
Connexion
cacalabs
/
libcaca
miroir de
https://github.com/cacalabs/libcaca.git
Suivre
1
Ajouter aux favoris
0
Bifurcation
0
Code
Tickets
0
Versions
7
Wiki
Activité
Parcourir la source
* Fixed an uninitialised variable in the event queue handling.
tags/v0.99.beta14
Sam Hocevar
sam
il y a 20 ans
Parent
b2243b1572
révision
0889bf4799
1 fichiers modifiés
avec
3 ajouts
et
0 suppressions
Vue séparée
Option de Diff
Voir les Statistiques
Télécharger le Fichier Patch
Télécharger le Fichier des Différences
+3
-0
caca/caca.c
+ 3
- 0
caca/caca.c
Voir le fichier
@@ -76,6 +76,9 @@ caca_t * caca_attach(cucul_t * qq)
kk->events.autorepeat_ticks = 0;
kk->events.last_key = 0;
#endif
#if defined(USE_SLANG) || defined(USE_NCURSES) || defined(USE_CONIO)
kk->events.queue = 0;
#endif
kk->timer.last_sec = 0;
kk->timer.last_usec = 0;
Écrire
Aperçu
Chargement…
Annuler
Enregistrer