Undo change

This commit is contained in:
Qball Cow 2014-05-26 15:37:33 +02:00
parent dfa2915ef0
commit d573f3db4d
1 changed files with 1 additions and 1 deletions

View File

@ -448,7 +448,7 @@ static int take_keyboard ( Window w )
return 1;
}
struct timespec rsl = { 0, 50000L };
struct timespec rsl = { 0, 100000L };
nanosleep ( &rsl, NULL );
}