This website works better with JavaScript.
Home
Help
Sign In
cacalabs
/
libcaca
mirror of
https://github.com/cacalabs/libcaca.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
7
Wiki
Activity
Browse Source
* src/event.c Fixed compilation problem when compiled without slang nor ncurses
tags/v0.99.beta14
Jean-Yves Lamoureux
jylam
19 years ago
parent
df2a70b7fe
commit
94bce66cf0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/event.c
+ 1
- 1
src/event.c
View File
@@ -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;
Write
Preview
Loading…
Cancel
Save