bindings: Fix double click delay

Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
This commit is contained in:
Quentin Glidic 2017-12-25 23:41:14 +01:00
parent 8a9633d19c
commit 14993a5a98
No known key found for this signature in database
GPG Key ID: AC203F96E2C34BB7
1 changed files with 1 additions and 1 deletions

View File

@ -820,7 +820,7 @@ int main ( int argc, char *argv[] )
TICK_N ( "Setup mainloop" );
bindings = nk_bindings_new ( -1 );
bindings = nk_bindings_new ( 0 );
TICK_N ( "NK Bindings" );
if ( !display_setup ( main_loop, bindings ) ) {