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
* src/event.c Fixed compilation problem when compiled without slang nor ncurses
tags/v0.99.beta14
Jean-Yves Lamoureux
jylam
il y a 19 ans
Parent
df2a70b7fe
révision
94bce66cf0
1 fichiers modifiés
avec
1 ajouts
et
1 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
+1
-1
src/event.c
+ 1
- 1
src/event.c
Voir le fichier
@@ -195,8 +195,8 @@ static unsigned int _get_next_event(void)
static unsigned int autorepeat_ticks = 0;
static unsigned int last_key = 0;
unsigned int ticks;
unsigned int event;
#endif
unsigned int event;
#if defined(USE_NULL)
if(_caca_driver == CACA_DRIVER_NULL)
return CACA_EVENT_NONE;
Écrire
Aperçu
Chargement…
Annuler
Enregistrer