mirror of
https://github.com/davatorium/rofi.git
synced 2025-02-17 15:45:56 -05:00
bindings: Fix API usage
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
This commit is contained in:
parent
a16e951024
commit
a723356d14
1 changed files with 1 additions and 1 deletions
|
@ -810,7 +810,7 @@ int main ( int argc, char *argv[] )
|
|||
|
||||
TICK_N ( "Setup mainloop" );
|
||||
|
||||
bindings = nk_bindings_new ();
|
||||
bindings = nk_bindings_new ( -1 );
|
||||
TICK_N ( "NK Bindings" );
|
||||
|
||||
if ( !display_setup ( main_loop, bindings ) ) {
|
||||
|
|
Loading…
Add table
Reference in a new issue