Browse Source

Fix a bug into the autorepeat trigger.

- Only affect slang/ncurses.
tags/v0.99.beta20
alxf 8 years ago
parent
commit
c1ee309d79
1 changed files with 0 additions and 6 deletions
  1. +0
    -6
      caca/event.c

+ 0
- 6
caca/event.c View File

@@ -366,12 +366,6 @@ static int _get_next_event(caca_display_t *dp, caca_privevent_t *ev)

ret = _lowlevel_event(dp, ev);

#if defined(USE_SLANG)
if(dp->drv.id != CACA_DRIVER_SLANG)
#endif
#if defined(USE_NCURSES)
if(dp->drv.id != CACA_DRIVER_NCURSES)
#endif
return ret;

#if defined(USE_SLANG) || defined(USE_NCURSES)


Loading…
Cancel
Save